We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec466fa commit e45a2edCopy full SHA for e45a2ed
test/src/main/java/org/apache/accumulo/test/functional/TabletMergeabilityIT.java
@@ -20,8 +20,8 @@
20
21
import static org.apache.accumulo.test.TestIngest.generateRow;
22
import static org.apache.accumulo.test.compaction.ExternalCompactionTestUtils.countTablets;
23
-import static org.junit.Assert.assertFalse;
24
import static org.junit.jupiter.api.Assertions.assertEquals;
+import static org.junit.jupiter.api.Assertions.assertFalse;
25
import static org.junit.jupiter.api.Assertions.assertThrows;
26
import static org.junit.jupiter.api.Assertions.assertTrue;
27
0 commit comments