We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff18b9d commit 0200d85Copy full SHA for 0200d85
1 file changed
src/test/java/com/thealgorithms/datastructures/trees/BSTRecursiveGenericTest.java
@@ -2,13 +2,11 @@
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;
6
import java.util.List;
7
8
import org.junit.jupiter.api.BeforeEach;
9
import org.junit.jupiter.api.Test;
10
11
-import static org.junit.jupiter.api.Assertions.assertFalse;
12
13
/**
14
* Unit tests for BSTRecursiveGeneric class.
0 commit comments