We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba8aba commit d4415ffCopy full SHA for d4415ff
1 file changed
src/test/java/com/thealgorithms/datastructures/queues/ThreadSafeQueueTest.java
@@ -1,6 +1,10 @@
1
package com.thealgorithms.datastructures.queues;
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.assertTrue;
5
+import static org.junit.jupiter.api.Assertions.assertFalse;
6
+import static org.junit.jupiter.api.Assertions.assertNull;
7
+
8
import org.junit.jupiter.api.Test;
9
10
class ThreadSafeQueueTest {
0 commit comments