Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
agavra committed Jan 13, 2025
1 parent 489d4fc commit e56a532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public void shouldHandlePartitionedRangeScansCorrectly() {
@Test
public void shouldHandlePartitionedPrefixScansCorrectly() {
// Given:
final MongoKVTable table = new MongoKVTable(client, name, UNSHARDED, NO_TTL);
final MongoKVTable table = new MongoKVTable(client, name, UNSHARDED, NO_TTL, config);

final var writerFactory0 = table.init(0);
final var writer0 = writerFactory0.createWriter(0, 0);
Expand Down

0 comments on commit e56a532

Please sign in to comment.