mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
fix: add stage instance delete test
This commit is contained in:
@@ -21,10 +21,9 @@ Deno.test({
|
||||
assertNotEquals(edited.topic, stage.topic);
|
||||
});
|
||||
|
||||
// TODO: why doesnt this specific test work?
|
||||
// await t.step("[stage] Delete a stage instance", async () => {
|
||||
// await bot.helpers.deleteStageInstance(stage.id);
|
||||
// });
|
||||
await t.step("[stage] Delete a stage instance", async () => {
|
||||
await bot.helpers.deleteStageInstance(stage.id);
|
||||
});
|
||||
|
||||
await bot.helpers.deleteChannel(stage.id);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user