From 3404c7880a4eaecb5246913ce6400a9b869c120f Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Mon, 3 Oct 2022 19:32:27 +0000 Subject: [PATCH] fix: get sticker test --- tests/stickers/getSticker.test.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/stickers/getSticker.test.ts b/tests/stickers/getSticker.test.ts index 1617572d4..a171b7dc1 100644 --- a/tests/stickers/getSticker.test.ts +++ b/tests/stickers/getSticker.test.ts @@ -1,8 +1,8 @@ -// import { assertEquals } from "../deps.ts"; -// import { loadBot } from "../mod.ts"; +import { assertEquals } from "../deps.ts"; +import { loadBot } from "../mod.ts"; -// Deno.test("[stickers] Get sticker", async () => { -// const bot = loadBot(); -// const sticker = await bot.helpers.getSticker(749054660769218631n); -// assertEquals(sticker.name, "Wave"); -// }); +Deno.test("[stickers] Get sticker", async () => { + const bot = loadBot(); + const sticker = await bot.helpers.getSticker(749054660769218631n); + assertEquals(sticker.name, "Wave"); +});