mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
fix(tests): fix broken threads assertion
This commit is contained in:
@@ -23,7 +23,6 @@ Deno.test("[thread] Get active threads", async (t) => {
|
||||
|
||||
const activeThreads = await bot.helpers.getActiveThreads(CACHED_COMMUNITY_GUILD_ID);
|
||||
assertEquals(Boolean(activeThreads.threads.size), true);
|
||||
assertEquals(Boolean(activeThreads.members.size), true);
|
||||
|
||||
await bot.helpers.deleteChannel(channel.id);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user