i guess remove

This commit is contained in:
ITOH
2021-05-03 22:59:56 +02:00
parent 2ffec5b09f
commit 6adf0b5359
+1 -3
View File
@@ -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,