Skip to content

Commit 19b7a22

Browse files
authored
Remove unused imports from BoyerMooreTest (#5012)
1 parent fd84b0b commit 19b7a22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/thealgorithms/others/BoyerMooreTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
package com.thealgorithms.others;
2-
import static org.junit.jupiter.api.Assertions.assertThrows;
32

43
import java.util.stream.Stream;
54
import org.junit.jupiter.api.Assertions;
6-
import org.junit.jupiter.api.Test;
75
import org.junit.jupiter.params.ParameterizedTest;
86
import org.junit.jupiter.params.provider.Arguments;
97
import org.junit.jupiter.params.provider.MethodSource;

0 commit comments

Comments
 (0)