mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 00:11:23 +00:00
chore: Fix types in tests 29/N.
This commit is contained in:
@@ -151,7 +151,7 @@ describe("resolveCronSession", () => {
|
||||
updatedAt: Date.now() - 1000,
|
||||
modelOverride: "some-model",
|
||||
},
|
||||
} as ReturnType<typeof loadSessionStore>);
|
||||
} as unknown as ReturnType<typeof loadSessionStore>);
|
||||
vi.mocked(evaluateSessionFreshness).mockReturnValue({ fresh: true });
|
||||
|
||||
const result = resolveCronSession({
|
||||
|
||||
Reference in New Issue
Block a user