Fix failsGracefullyWhenNoTestMainMethodIsFound on Windows

This commit is contained in:
Andy Wilkinson
2023-05-09 16:56:18 +01:00
parent e4efc8444c
commit 93c3116b3a

View File

@@ -113,7 +113,7 @@ class BootTestRunIntegrationTests {
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"));
}
}