Skip to content

Commit add72cc

Browse files
committed
Fix test.
1 parent 516d4ba commit add72cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/datasketches/tuple/adouble/UpdatableSketchWithDoubleSummaryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void checkLowK() {
6464
new DoubleSummaryFactory(Mode.Sum));
6565
bldr.setNominalEntries(16);
6666
UpdatableSketch<Double,DoubleSummary> sk = bldr.build();
67-
assertEquals(sk.getLgK(), 16);
67+
assertEquals(sk.getLgK(), 4);
6868
}
6969

7070
@Test

0 commit comments

Comments
 (0)