We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1382c1 commit 3ec7627Copy full SHA for 3ec7627
src/test/java/com/thealgorithms/datastructures/lists/SortedlinkedListTest.java
@@ -1,10 +1,10 @@
1
package com.thealgorithms.datastructures.lists;
2
3
-import static org.junit.Assert.assertEquals;
4
-import static org.junit.Assert.assertFalse;
5
-import static org.junit.Assert.assertTrue;
+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 org.junit.Test;
+import org.junit.jupiter.api.Test;
8
9
public class SortedLinkedListTest {
10
0 commit comments