Skip to content

Commit 9ad31af

Browse files
committed
import fix
1 parent 0cd5d16 commit 9ad31af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/thealgorithms/datastructures/trees/BTreeTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package com.thealgorithms.datastructures.trees;
22

3-
import static org.junit.jupiter.api.Assertions.assertTrue;
4-
import static org.junit.jupiter.api.Assertions.assertFalse;
53
import static org.junit.jupiter.api.Assertions.assertEquals;
4+
import static org.junit.jupiter.api.Assertions.assertFalse;
5+
import static org.junit.jupiter.api.Assertions.assertTrue;
66

77
import java.util.ArrayList;
88
import java.util.Arrays;

0 commit comments

Comments
 (0)