Skip to content

Commit

Permalink
fix A1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Feuermagier committed Apr 17, 2024
1 parent 824bd56 commit 9594e83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class A1Test {
@Test
void testA1() {
// Only checks whether the autograder fails
int returnCode = Application.runApplication("../sample_config.yaml", "../test_submissions/A1/code", "-j", "17", "-s");
int returnCode = Application.runApplication("../sample_config.yaml", "../test_submissions/A1/code", "-j", "17");
assertEquals(0, returnCode);
}
}

0 comments on commit 9594e83

Please sign in to comment.