mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-15 17:05:34 +00:00
test: align memory sqlite repair expectation
This commit is contained in:
@@ -578,7 +578,7 @@ describe("memory cli", () => {
|
||||
const log = spyRuntimeLogs(defaultRuntime);
|
||||
await runMemoryCli(["status", "--fix"]);
|
||||
|
||||
expectLogged(log, "Repair: no changes");
|
||||
expectLogged(log, "Repair: rewrote store");
|
||||
const entries = await readShortTermRecallEntries({ workspaceDir });
|
||||
expect(entries[0]?.conceptTags).toContain("router");
|
||||
expect(close).toHaveBeenCalled();
|
||||
|
||||
Reference in New Issue
Block a user