We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62bbc3 commit d7f1561Copy full SHA for d7f1561
src/test/java/com/thealgorithms/datastructures/queues/DequeTest.java
@@ -1,10 +1,6 @@
1
package com.thealgorithms.datastructures.queues;
2
3
-import static org.junit.jupiter.api.Assertions.assertEquals;
4
-import static org.junit.jupiter.api.Assertions.assertFalse;
5
-import static org.junit.jupiter.api.Assertions.assertNull;
6
-import static org.junit.jupiter.api.Assertions.assertThrows;
7
-import static org.junit.jupiter.api.Assertions.assertTrue;
+import static org.junit.jupiter.api.Assertions.*;
8
9
import java.util.NoSuchElementException;
10
import org.junit.jupiter.api.Test;
0 commit comments