mirror of https://github.com/openclaw/openclaw.git
fix: align qmd search fallback args test (openclaw#13500) thanks @rodrigouroz
This commit is contained in:
parent
19bdc7dd58
commit
a8347e95c5
|
|
@ -387,7 +387,7 @@ describe("QmdMemoryManager", () => {
|
|||
);
|
||||
expect(searchAndQueryCalls).toEqual([
|
||||
["search", "test", "--json"],
|
||||
["query", "test", "--json", "-n", String(maxResults)],
|
||||
["query", "test", "--json", "-n", String(maxResults), "-c", "workspace"],
|
||||
]);
|
||||
await manager.close();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue