Skip to content

Commit 7ebefff

Browse files
authored
Merge pull request williamfiset#138 from C0untZero/boyermoorestringsearchtest-package-ref-update
BoyerMooreStringSearchTest package ref fix
2 parents 1e1df60 + 9dc7a54 commit 7ebefff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/williamfiset/algorithms/strings/BoyerMooreStringSearchTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package javatests.com.williamfiset.algorithms.strings;
1+
package com.williamfiset.algorithms.strings;
22

33
import static com.google.common.truth.Truth.assertThat;
44

0 commit comments

Comments
 (0)