mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
fix(tests): fix reactions tests
This commit is contained in:
@@ -45,8 +45,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,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user