Skip to content

Commit 7b7e8f6

Browse files
committed
test(memory): stop asserting private sync return
1 parent 60459d4 commit 7b7e8f6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

extensions/memory-core/src/memory/manager-sync-ops.startup-catchup.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,7 @@ describe("session startup catch-up", () => {
193193
});
194194

195195
try {
196-
await expect((harness as any).syncSessionFiles({ needsFullReindex: true })).resolves.toBe(
197-
undefined,
198-
);
196+
await (harness as any).syncSessionFiles({ needsFullReindex: true });
199197
expect(attempts).toBe(2);
200198
} finally {
201199
openSpy.mockRestore();

0 commit comments

Comments
 (0)