test(active-memory): isolate empty recall mock · openclaw/openclaw@0276cbb
openclaw
·
2026-06-23
·
via Recent Commits to openclaw:main
Commit 0276cbb
test(active-memory): isolate empty recall mock
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 |
|---|
@@ -4389,7 +4389,7 @@ describe("active-memory plugin", () => {
|
4389 | 4389 | sessionId: "s-empty-search-completed-output", |
4390 | 4390 | updatedAt: 0, |
4391 | 4391 | }; |
4392 | | -runEmbeddedAgent.mockImplementationOnce(async (params: { sessionFile: string }) => { |
| 4392 | +runEmbeddedAgent.mockImplementation(async (params: { sessionFile: string }) => { |
4393 | 4393 | await writeTranscriptJsonl(params.sessionFile, [ |
4394 | 4394 | { |
4395 | 4395 | message: { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments