diff --git a/tests/misc/startTyping.test.ts b/tests/misc/startTyping.test.ts index 7e50b8d98..86cadf7a6 100644 --- a/tests/misc/startTyping.test.ts +++ b/tests/misc/startTyping.test.ts @@ -5,4 +5,5 @@ Deno.test("[typing] start typing", async () => { const bot = loadBot(); const channel = await bot.helpers.createChannel(CACHED_COMMUNITY_GUILD_ID, { name: "typing" }); await bot.helpers.startTyping(channel.id); + await bot.helpers.deleteChannel(channel.id); });