Skip to content

Commit 08fa4a9

Browse files
fix: correct package name for StringRotationTest
1 parent 3fc73b6 commit 08fa4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

33
import static org.junit.jupiter.api.Assertions.*;
44

0 commit comments

Comments
 (0)