mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 05:20:43 +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