Merge branch '2.3.x'
This commit is contained in:
commit
ea8bd75ba1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue