mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 23:28:27 +00:00
fix: show memory index counts in progress
This commit is contained in:
@@ -145,6 +145,7 @@ describe("memory embedding batches", () => {
|
||||
});
|
||||
|
||||
expect(updates.length).toBeGreaterThan(0);
|
||||
expect(updates.some((update) => update.label?.includes("/"))).toBe(true);
|
||||
const last = updates[updates.length - 1];
|
||||
expect(last?.total).toBeGreaterThan(0);
|
||||
expect(last?.completed).toBe(last?.total);
|
||||
|
||||
Reference in New Issue
Block a user