We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33887ed commit 4442551Copy full SHA for 4442551
src/test/java/com/thealgorithms/datastructures/lists/CircularDoublyLinkedListTest.java
@@ -1,6 +1,7 @@
1
package com.thealgorithms.datastructures.lists;
2
3
-import static org.junit.jupiter.api.Assertions.*;
+import static org.junit.jupiter.api.Assertions.assertEquals;
4
+import static org.junit.jupiter.api.Assertions.assertThrows;
5
6
import org.junit.jupiter.api.BeforeEach;
7
import org.junit.jupiter.api.Test;
0 commit comments