Skip to content

Commit 10e3667

Browse files
committed
test modification;
1 parent 2035c04 commit 10e3667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hollow/src/test/java/com/netflix/hollow/api/producer/HollowProducerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ public void testPartitionedOrdinalMapProducerOps() {
599599
readState.getStateEngine().getTypeState("PartitionedTestType");
600600
BitSet populatedOrdinals = typeState.getPopulatedOrdinals();
601601
assertEquals(4096, populatedOrdinals.cardinality());
602-
602+
603603
// --- Cycle 3 on producer2: remove 10 records (ids 100-109) and verify ---
604604
Set<String> removedKeys = new HashSet<>();
605605
for (int i = 100; i < 110; i++) {

0 commit comments

Comments
 (0)