We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35cb01f commit 5247d88Copy full SHA for 5247d88
src/test/java/com/thealgorithms/others/CountWordsTest.java
@@ -2,12 +2,11 @@
2
3
import static org.junit.jupiter.api.Assertions.assertEquals;
4
5
+import java.util.stream.Stream;
6
import org.junit.jupiter.params.ParameterizedTest;
7
import org.junit.jupiter.params.provider.Arguments;
8
import org.junit.jupiter.params.provider.MethodSource;
9
-import java.util.stream.Stream;
10
-
11
class CountWordsTest {
12
13
@ParameterizedTest
0 commit comments