Commit 73038267 authored by Phillip Webb's avatar Phillip Webb

Merge branch '2.2.x' into 2.3.x

parents 8722c2c5 17e2d72b
......@@ -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
......
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