Skip to content

Commit 6ae89a8

Browse files
committed
style: fix import
1 parent d8b4793 commit 6ae89a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/strings/ValidParenthesesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
import static org.junit.jupiter.api.Assertions.assertThrows;
55
import static org.junit.jupiter.api.Assertions.assertTrue;
66

7+
import org.junit.jupiter.api.Test;
78
import org.junit.jupiter.params.ParameterizedTest;
89
import org.junit.jupiter.params.provider.CsvSource;
9-
import org.junit.jupiter.api.Test;
1010

1111
public class ValidParenthesesTest {
1212

0 commit comments

Comments
 (0)