mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 01:28:27 +00:00
fix(memory-qmd): write XDG index.yml + legacy compat
This commit is contained in:
committed by
Vignesh
parent
9be3c27bb7
commit
dd8373a424
@@ -59,6 +59,7 @@ describe("getMemorySearchManager caching", () => {
|
||||
const second = await getMemorySearchManager({ cfg, agentId: "main" });
|
||||
|
||||
expect(first.manager).toBe(second.manager);
|
||||
// eslint-disable-next-line @typescript-eslint/unbound-method
|
||||
expect(QmdMemoryManager.create).toHaveBeenCalledTimes(1);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user