diff --git a/packages/programs/data/shared-log/src/__tests__/replicate.test.ts b/packages/programs/data/shared-log/src/__tests__/replicate.test.ts index 6c1d31c79..3c198c693 100644 --- a/packages/programs/data/shared-log/src/__tests__/replicate.test.ts +++ b/packages/programs/data/shared-log/src/__tests__/replicate.test.ts @@ -371,7 +371,7 @@ describe(`exchange`, function () { // All entries should be in the database await waitForResolved(async () => - expect((await db2.iterator({ limit: -1 })).collect()).toHaveLength( + expect((await db2.iterator({ limit: -1 })).collect().length).toEqual( entryCount * 2 ) );