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 1ecc1fc commit 012d561Copy full SHA for 012d561
src/test/java/com/thealgorithms/stacks/PostfixEvaluatorTest.java
@@ -3,9 +3,8 @@
3
import static org.junit.jupiter.api.Assertions.assertEquals;
4
import static org.junit.jupiter.api.Assertions.assertThrows;
5
6
-import org.junit.jupiter.api.Test;
7
-
8
import java.util.EmptyStackException;
+import org.junit.jupiter.api.Test;
9
10
public class PostfixEvaluatorTest {
11
0 commit comments