Browse Source

Merge branch '2.3.x'

pull/23028/head
Phillip Webb 6 years ago
parent
commit
ea8bd75ba1
  1. 2
      spring-boot-project/spring-boot-tools/spring-boot-loader/src/test/java/org/springframework/boot/loader/jar/JarFileWrapperTests.java

2
spring-boot-project/spring-boot-tools/spring-boot-loader/src/test/java/org/springframework/boot/loader/jar/JarFileWrapperTests.java

@ -137,7 +137,7 @@ class JarFileWrapperTests { @@ -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…
Cancel
Save