mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 14:39:36 +00:00
Fix Windows path issue in JarFileWrapperTests
See gh-22991
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user