Import the fail
This commit is contained in:
parent
514c2eddfc
commit
e70a21d7cd
|
@ -19,6 +19,7 @@ package org.apache.commons.collections4.bloomfilter.hasher;
|
|||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertFalse;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import static org.junit.Assert.fail;
|
||||
|
||||
import java.nio.charset.StandardCharsets;
|
||||
import java.util.NoSuchElementException;
|
||||
|
|
Loading…
Reference in New Issue