fix: stabilize tests

This commit is contained in:
Skillz4Killz
2021-11-19 04:23:30 +00:00
committed by GitHub
parent c32d588c60
commit b51d341524
4 changed files with 894 additions and 959 deletions
@@ -1,8 +1,9 @@
import { Bot } from "../../../../src/bot.ts";
import { ChannelTypes } from "../../../../src/types/channels/channelTypes.ts";
import { CreateScheduledEvent, ScheduledEventEntityType } from "../../../../src/types/guilds/scheduledEvents.ts";
import { CACHED_COMMUNITY_GUILD_ID } from "../../../constants.ts";
import { assertEquals, assertExists } from "../../../deps.ts";
import { CACHED_COMMUNITY_GUILD_ID } from "../../../mod.ts";
export async function createScheduledEventTests(
bot: Bot,