Skip to content

Commit fd3ec41

Browse files
move tests into its own folder
1 parent 0982a03 commit fd3ec41

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/test/java/com/fishercoder/_3006Test.java renamed to src/test/java/com/fishercoder/fourththousand/_3006Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.fourththousand;
22

33
import com.fishercoder.solutions.fourththousand._3006;
44
import org.junit.jupiter.api.BeforeEach;

src/test/java/com/fishercoder/_3038Test.java renamed to src/test/java/com/fishercoder/fourththousand/_3038Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.fourththousand;
22

33
import com.fishercoder.solutions.fourththousand._3038;
44
import org.junit.jupiter.api.BeforeEach;

src/test/java/com/fishercoder/_3175Test.java renamed to src/test/java/com/fishercoder/fourththousand/_3175Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.fourththousand;
22

33
import com.fishercoder.solutions.fourththousand._3175;
44
import org.junit.jupiter.api.BeforeEach;

src/test/java/com/fishercoder/_3178Test.java renamed to src/test/java/com/fishercoder/fourththousand/_3178Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.fourththousand;
22

33
import com.fishercoder.solutions.fourththousand._3178;
44
import org.junit.jupiter.api.BeforeEach;

src/test/java/com/fishercoder/_3185Test.java renamed to src/test/java/com/fishercoder/fourththousand/_3185Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.fourththousand;
22

33
import com.fishercoder.solutions.fourththousand._3185;
44
import org.junit.jupiter.api.BeforeEach;

src/test/java/com/fishercoder/_3186Test.java renamed to src/test/java/com/fishercoder/fourththousand/_3186Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fishercoder;
1+
package com.fishercoder.fourththousand;
22

33
import com.fishercoder.solutions.fourththousand._3186;
44
import org.junit.jupiter.api.BeforeEach;

0 commit comments

Comments
 (0)