Skip to content

Commit b457d92

Browse files
committed
Fix another test.
1 parent 2c1e778 commit b457d92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/service-core-tests/src/tests/register-sync-tests.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,9 @@ bucket_definitions:
11411141
await batch.commit('0/2');
11421142
});
11431143

1144-
await bucketStorage.compact();
1144+
await bucketStorage.compact({
1145+
minBucketChanges: 1
1146+
});
11451147

11461148
const lines2 = await getCheckpointLines(iter, { consume: true });
11471149

0 commit comments

Comments
 (0)