Skip to content

Commit

Permalink
Rename system test stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mkacct committed Apr 27, 2024
1 parent ef92fad commit 7a08169
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/cli/CliSystemTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
import domain.checks.ParameterCountCheck;

public class CliSystemTest {
private static final String TEST_RESOURCES_DIR_PATH = "src/test/resources/cli-system-test";
private static final String TEST_RESOURCES_DIR_PATH = "src/test/resources/system-test";
private static final String CLASS_DIR_PATH = TEST_RESOURCES_DIR_PATH + "/classes";
private static final String EXPECTED_OUTPUT_DIR_PATH = TEST_RESOURCES_DIR_PATH + "/expected-output";
private static final String EXPECTED_OUTPUT_DIR_PATH = TEST_RESOURCES_DIR_PATH + "/cli-expected-output";

private static final Check[] CHECKS = new Check[] {
new NamingConventionsCheck(),
Expand Down

0 comments on commit 7a08169

Please sign in to comment.