We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0200d85 commit e43c814Copy full SHA for e43c814
1 file changed
src/test/java/com/thealgorithms/datastructures/trees/BSTRecursiveGenericTest.java
@@ -1,8 +1,8 @@
1
package com.thealgorithms.datastructures.trees;
2
3
import static org.junit.jupiter.api.Assertions.assertEquals;
4
-import static org.junit.jupiter.api.Assertions.assertTrue;
5
import static org.junit.jupiter.api.Assertions.assertFalse;
+import static org.junit.jupiter.api.Assertions.assertTrue;
6
import java.util.List;
7
import org.junit.jupiter.api.BeforeEach;
8
import org.junit.jupiter.api.Test;
0 commit comments