mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
i guess remove
This commit is contained in:
@@ -11,8 +11,7 @@ import { assertEquals, assertExists } from "../deps.ts";
|
|||||||
import { delayUntil } from "../util/delay_until.ts";
|
import { delayUntil } from "../util/delay_until.ts";
|
||||||
import { defaultTestOptions, tempData } from "../ws/start_bot.ts";
|
import { defaultTestOptions, tempData } from "../ws/start_bot.ts";
|
||||||
|
|
||||||
// TODO: whats save
|
async function ifItFailsBlameWolf(options: CreateGuildChannel) {
|
||||||
async function ifItFailsBlameWolf(options: CreateGuildChannel, _save = false) {
|
|
||||||
const channel = await createChannel(tempData.guildId, options);
|
const channel = await createChannel(tempData.guildId, options);
|
||||||
|
|
||||||
// Assertions
|
// Assertions
|
||||||
@@ -78,7 +77,6 @@ Deno.test({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
true,
|
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
...defaultTestOptions,
|
...defaultTestOptions,
|
||||||
|
|||||||
Reference in New Issue
Block a user