Fix Windows path issue in JarFileWrapperTests
See gh-22991
This commit is contained in:
@@ -137,7 +137,7 @@ class JarFileWrapperTests {
|
||||
|
||||
@Test
|
||||
void toStringDelegatesToParent() {
|
||||
assertThat(this.wrapper.toString()).endsWith("/temp.jar");
|
||||
assertThat(this.wrapper.toString()).endsWith("temp.jar");
|
||||
}
|
||||
|
||||
@Test // gh-22991
|
||||
|
||||
Reference in New Issue
Block a user