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 5775bf4 commit 3d4f8b8Copy full SHA for 3d4f8b8
src/test/java/com/thealgorithms/stacks/NextSmallerElementTest.java
@@ -4,7 +4,6 @@
4
import static org.junit.jupiter.api.Assertions.assertThrows;
5
6
import java.util.stream.Stream;
7
-
8
import org.junit.jupiter.api.Test;
9
import org.junit.jupiter.params.ParameterizedTest;
10
import org.junit.jupiter.params.provider.Arguments;
@@ -28,4 +27,4 @@ void testFindNextSmallerElementsExceptions() {
28
27
assertThrows(IllegalArgumentException.class, () -> NextSmallerElement.findNextSmallerElements(null));
29
}
30
31
-}
+}
0 commit comments