Merge branch '2.2.x' into 2.3.x

This commit is contained in:
Phillip Webb
2020-08-19 10:34:06 -07:00

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