Merge branch '2.3.x'

This commit is contained in:
Phillip Webb 2020-08-19 10:34:17 -07:00
commit ea8bd75ba1
1 changed files with 1 additions and 1 deletions

View File

@ -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