We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd5d16 commit 9ad31afCopy full SHA for 9ad31af
src/test/java/com/thealgorithms/datastructures/trees/BTreeTest.java
@@ -1,8 +1,8 @@
1
package com.thealgorithms.datastructures.trees;
2
3
-import static org.junit.jupiter.api.Assertions.assertTrue;
4
-import static org.junit.jupiter.api.Assertions.assertFalse;
5
import static org.junit.jupiter.api.Assertions.assertEquals;
+import static org.junit.jupiter.api.Assertions.assertFalse;
+import static org.junit.jupiter.api.Assertions.assertTrue;
6
7
import java.util.ArrayList;
8
import java.util.Arrays;
0 commit comments