Skip to content

Commit 3fc73b6

Browse files
fix: move test file to correct directory and format with clang-format
1 parent 193a8d7 commit 3fc73b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/thealgorithms/strings/StringRotationTest.java renamed to src/test/java/com/thealgorithms/strings/StringRotationTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
package com.thealgorithms.strings;
1+
package com.thealgorithms;
22

33
import static org.junit.jupiter.api.Assertions.*;
4+
45
import org.junit.jupiter.api.Test;
56

67
public class StringRotationTest {

0 commit comments

Comments
 (0)