Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0982a03

Browse files
committedJun 17, 2024
move tests into its own folder
1 parent e7d86ec commit 0982a03

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+45
-45
lines changed
 

‎src/test/java/com/fishercoder/_2001Test.java renamed to ‎src/test/java/com/fishercoder/thirdthousand/_2001Test.java

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

33
import com.fishercoder.common.utils.CommonUtils;
44
import com.fishercoder.solutions.thirdthousand._2001;

‎src/test/java/com/fishercoder/_2007Test.java renamed to ‎src/test/java/com/fishercoder/thirdthousand/_2007Test.java

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

33
import com.fishercoder.common.utils.CommonUtils;
44
import com.fishercoder.solutions.thirdthousand._2007;

0 commit comments

Comments
 (0)
Please sign in to comment.