Commit ea8bd75b authored by Phillip Webb's avatar Phillip Webb

Merge branch '2.3.x'

parents bb57c7ea 73038267
...@@ -137,7 +137,7 @@ class JarFileWrapperTests { ...@@ -137,7 +137,7 @@ class JarFileWrapperTests {
@Test @Test
void toStringDelegatesToParent() { void toStringDelegatesToParent() {
assertThat(this.wrapper.toString()).endsWith("/temp.jar"); assertThat(this.wrapper.toString()).endsWith("temp.jar");
} }
@Test // gh-22991 @Test // gh-22991
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment