mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-10 20:45:15 +00:00
test: clarify discord unresolved allowlist assertion
This commit is contained in:
@@ -217,6 +217,6 @@ describe("resolveDiscordUserAllowlist", () => {
|
||||
});
|
||||
|
||||
expect(results).toHaveLength(2);
|
||||
expect(results.every((r) => !r.resolved)).toBe(true);
|
||||
expect(results.map((result) => result.resolved)).toEqual([false, false]);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user