mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 05:50:43 +00:00
test: clarify discord async status assertion
This commit is contained in:
@@ -501,7 +501,7 @@ describe("discordPlugin outbound", () => {
|
||||
includeApplication: true,
|
||||
}),
|
||||
);
|
||||
expect(statusPatches.some((patch) => "bot" in patch || "application" in patch)).toBe(false);
|
||||
expect(statusPatches.filter((patch) => "bot" in patch || "application" in patch)).toEqual([]);
|
||||
|
||||
resolveProbe({
|
||||
ok: true,
|
||||
|
||||
Reference in New Issue
Block a user