We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2035c04 commit 10e3667Copy full SHA for 10e3667
hollow/src/test/java/com/netflix/hollow/api/producer/HollowProducerTest.java
@@ -599,7 +599,7 @@ public void testPartitionedOrdinalMapProducerOps() {
599
readState.getStateEngine().getTypeState("PartitionedTestType");
600
BitSet populatedOrdinals = typeState.getPopulatedOrdinals();
601
assertEquals(4096, populatedOrdinals.cardinality());
602
-
+
603
// --- Cycle 3 on producer2: remove 10 records (ids 100-109) and verify ---
604
Set<String> removedKeys = new HashSet<>();
605
for (int i = 100; i < 110; i++) {
0 commit comments