Skip to content

Commit 1047009

Browse files
author
Mrinal Chauhan
committed
fix: updated code to fix errors
1 parent 34eeeb6 commit 1047009

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public void testFindPatternOccurrences() {
3333
List<Integer> expected = Arrays.asList(2, 5, 8);
3434
assertEquals(expected, Zalgorithm.findPatternOccurrences(text, pattern));
3535
}
36+
3637
/**
3738
* Test 3:
3839
* Pattern: "aa", Text: "aaaaaa"

0 commit comments

Comments
 (0)