mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-19 03:54:45 +00:00
test: guard discord action mock calls
This commit is contained in:
@@ -223,7 +223,7 @@ describe("handleDiscordMessagingAction", () => {
|
||||
);
|
||||
|
||||
expect(reactMessageDiscord).toHaveBeenCalledTimes(1);
|
||||
expect(reactMessageDiscord.mock.calls[0]).toEqual([
|
||||
expect(mockCall(reactMessageDiscord, "reactMessageDiscord")).toEqual([
|
||||
"C1",
|
||||
"M1",
|
||||
"✅",
|
||||
|
||||
Reference in New Issue
Block a user