Import the fail

This commit is contained in:
dota17 2020-03-19 14:35:35 +08:00
parent 514c2eddfc
commit e70a21d7cd
1 changed files with 1 additions and 0 deletions

View File

@ -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;