Fix Windows test issues
This commit is contained in:
parent
1815bb5b66
commit
07fc6fd5f8
|
@ -193,7 +193,7 @@ public class SpringApplicationTests {
|
||||||
"--banner.location=classpath:test-banner-with-placeholder.txt",
|
"--banner.location=classpath:test-banner-with-placeholder.txt",
|
||||||
"--test.property=123456");
|
"--test.property=123456");
|
||||||
assertThat(this.output.toString())
|
assertThat(this.output.toString())
|
||||||
.startsWith("Running a Test!\n\n123456");
|
.startsWith(String.format("Running a Test!%n%n123456"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue