leerho commented on a change in pull request #324: URL: https://github.com/apache/incubator-datasketches-java/pull/324#discussion_r452625920
########## File path: src/test/java/org/apache/datasketches/theta/HeapAlphaSketchTest.java ########## @@ -291,9 +290,9 @@ public void checkAlphaToCompactForms() { assertEquals(comp4.getUpperBound(2), comp1ub); assertEquals(comp4.isEmpty(), false); assertEquals(comp4.isEstimationMode(), estimating); - assertEquals(comp1bytes, comp4.getCurrentBytes(true)); //flag is not relevant + assertEquals(comp1bytes, comp4.getCompactBytes()); //flag is not relevant Review comment: thanks! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datasketches.apache.org For additional commands, e-mail: commits-h...@datasketches.apache.org