mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
fix: align qmd search fallback args test (openclaw#13500) thanks @rodrigouroz
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user