mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 16:44:45 +00:00
test: tighten qa cron wait assertion
This commit is contained in:
@@ -22,7 +22,7 @@ describe("waitForCronRunCompletion", () => {
|
||||
intervalMs: 0,
|
||||
});
|
||||
|
||||
expect(result).toMatchObject({ ts: 180, status: "ok", summary: "new run" });
|
||||
expect(result).toEqual({ ts: 180, status: "ok", summary: "new run" });
|
||||
expect(callGateway).toHaveBeenNthCalledWith(
|
||||
1,
|
||||
"cron.runs",
|
||||
|
||||
Reference in New Issue
Block a user