Skip to content

Commit

Permalink
Fix failsGracefullyWhenNoTestMainMethodIsFound on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed May 9, 2023
1 parent e4efc84 commit 93c3116
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void failsGracefullyWhenNoTestMainMethodIsFound() throws IOException {
else {
assertThat(result.getOutput())
.contains("Main class name has not been configured and it could not be resolved from classpath "
+ "build/classes/java/test");
+ String.join(File.separator, "build", "classes", "java", "test"));
}
}

Expand Down

0 comments on commit 93c3116

Please sign in to comment.