From 6adf0b5359a8013f813e75698401ef4abee0a1e6 Mon Sep 17 00:00:00 2001 From: ITOH <72305210+itohatweb@users.noreply.github.com> Date: Mon, 3 May 2021 22:59:56 +0200 Subject: [PATCH] i guess remove --- tests/channels/edit_channel_overwrite.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/channels/edit_channel_overwrite.ts b/tests/channels/edit_channel_overwrite.ts index 64dbcb787..c26dcff6a 100644 --- a/tests/channels/edit_channel_overwrite.ts +++ b/tests/channels/edit_channel_overwrite.ts @@ -11,8 +11,7 @@ import { assertEquals, assertExists } from "../deps.ts"; import { delayUntil } from "../util/delay_until.ts"; import { defaultTestOptions, tempData } from "../ws/start_bot.ts"; -// TODO: whats save -async function ifItFailsBlameWolf(options: CreateGuildChannel, _save = false) { +async function ifItFailsBlameWolf(options: CreateGuildChannel) { const channel = await createChannel(tempData.guildId, options); // Assertions @@ -78,7 +77,6 @@ Deno.test({ }, ], }, - true, ); }, ...defaultTestOptions,