Claudenw commented on code in PR #476:
URL:
https://github.com/apache/commons-collections/pull/476#discussion_r1564152649
##########
src/test/java/org/apache/commons/collections4/bloomfilter/LayeredBloomFilterTest.java:
##########
@@ -311,4 +313,36 @@ public final void testNext() {
assertFalse(filter.get(1).contains(TestingHashers.FROM11));
assertTrue(filter.get(1).contains(new IncrementingHasher(11, 2)));
}
+
+ @Test
+ public void testClean() {
Review Comment:
I am a but confused. this is the LayeredBloomFilterTest. I assume you mean
the LayeredManagerTest should have the `testClean` removed.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]