Skip to content

Commit 012d561

Browse files
committed
Fix
1 parent 1ecc1fc commit 012d561

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/com/thealgorithms/stacks/PostfixEvaluatorTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
import static org.junit.jupiter.api.Assertions.assertEquals;
44
import static org.junit.jupiter.api.Assertions.assertThrows;
55

6-
import org.junit.jupiter.api.Test;
7-
86
import java.util.EmptyStackException;
7+
import org.junit.jupiter.api.Test;
98

109
public class PostfixEvaluatorTest {
1110

0 commit comments

Comments
 (0)