mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
deno fmt
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user