Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Jul 10, 2024
1 parent f356c86 commit 57842e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public static void clearPrevious() throws IOException {
}

@ParameterizedTest
@MethodSource({"xyz.wagyourtail.jvmdg.test.ClassRunner#arguments"})
@MethodSource({"xyz.wagyourtail.jvmdg.test.integration.ClassRunner#arguments"})
@Execution(ExecutionMode.CONCURRENT)
public void testDowngrade(String mainClass, FlagsAndRunner javaVersion) throws IOException, InterruptedException {
System.out.println("TEST_DOWNGRADE: Running " + mainClass + " on " + javaVersion.readableSlug());
Expand Down

0 comments on commit 57842e4

Please sign in to comment.