mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 00:10:07 +00:00
Update channel_overwrite_has_permission.ts
This commit is contained in:
@@ -10,8 +10,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
|
||||
@@ -60,7 +59,6 @@ Deno.test({
|
||||
},
|
||||
],
|
||||
},
|
||||
true,
|
||||
);
|
||||
},
|
||||
...defaultTestOptions,
|
||||
|
||||
Reference in New Issue
Block a user