mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 17:11:11 +00:00
chore: Fix types in tests 40/N.
This commit is contained in:
@@ -34,7 +34,7 @@ function createCronFromStorePath(storePath: string) {
|
||||
log: noopLogger,
|
||||
enqueueSystemEvent: vi.fn(),
|
||||
requestHeartbeatNow: vi.fn(),
|
||||
runIsolatedAgentJob: vi.fn(async () => ({ status: "ok" })),
|
||||
runIsolatedAgentJob: vi.fn(async () => ({ status: "ok" as const })),
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user