This commit is contained in:
Skillz4Killz
2021-04-09 17:35:34 +00:00
committed by GitHub
parent a44f968745
commit 8b5e39f796
2 changed files with 37 additions and 31 deletions
+3 -1
View File
@@ -19,7 +19,9 @@ Deno.test({
await delay(5000);
if (!cache.channels.has(channel.id)) {
throw new Error("The channel seemed to be created but it was not cached.");
throw new Error(
"The channel seemed to be created but it was not cached.",
);
}
},
...defaultTestOptions,