fix(tests): fix reactions tests

This commit is contained in:
TriForMine
2021-04-10 20:24:38 +02:00
parent b7321a6d0e
commit 12e21084a6
10 changed files with 53 additions and 36 deletions
+2 -2
View File
@@ -44,8 +44,8 @@ async function ifItFailsBlameWolf(type: "getter" | "raw") {
// Check if the reactions has been deleted
assertEquals(
await cache.messages.get(message.id)?.reactions?.length,
0,
await cache.messages.get(message.id)?.reactions,
undefined,
);
}