test(media): allow partial session fixtures · openclaw/openclaw@9d1ba36
openclaw
·
2026-06-23
·
via Recent Commits to openclaw:main
Skip to content
Navigation Menu
Saved searches
Use saved searches to filter your results more quickly
Sign up
Commit 9d1ba36


authored and
committed
test(media): allow partial session fixtures
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -5,7 +5,7 @@ import type { SessionEntry } from "../../config/sessions/types.js";
|
5 | 5 | |
6 | 6 | const subagentAnnounceDeliveryMocks = vi.hoisted(() => ({ |
7 | 7 | deliverSubagentAnnouncement: vi.fn(), |
8 | | -loadRequesterSessionEntry: vi.fn<() => { entry: SessionEntry | undefined }>(() => ({ |
| 8 | +loadRequesterSessionEntry: vi.fn<() => { entry: Partial<SessionEntry> | undefined }>(() => ({ |
9 | 9 | entry: undefined, |
10 | 10 | })), |
11 | 11 | })); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments