Commit 07fc6fd5 authored by Phillip Webb's avatar Phillip Webb

Fix Windows test issues

parent 1815bb5b
......@@ -193,7 +193,7 @@ public class SpringApplicationTests {
"--banner.location=classpath:test-banner-with-placeholder.txt",
"--test.property=123456");
assertThat(this.output.toString())
.startsWith("Running a Test!\n\n123456");
.startsWith(String.format("Running a Test!%n%n123456"));
}
@Test
......
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