Skip to content

Commit e45a2ed

Browse files
committed
fix junit import
1 parent ec466fa commit e45a2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/main/java/org/apache/accumulo/test/functional/TabletMergeabilityIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
import static org.apache.accumulo.test.TestIngest.generateRow;
2222
import static org.apache.accumulo.test.compaction.ExternalCompactionTestUtils.countTablets;
23-
import static org.junit.Assert.assertFalse;
2423
import static org.junit.jupiter.api.Assertions.assertEquals;
24+
import static org.junit.jupiter.api.Assertions.assertFalse;
2525
import static org.junit.jupiter.api.Assertions.assertThrows;
2626
import static org.junit.jupiter.api.Assertions.assertTrue;
2727

0 commit comments

Comments
 (0)