Skip to content

Commit 0f0fc9e

Browse files
committed
Adapt assertion to logging change in Spring Framework
1 parent 11d9a7c commit 0f0fc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/SimpleMainTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class SimpleMainTests {
4141
@Rule
4242
public OutputCapture outputCapture = new OutputCapture();
4343

44-
private static final String SPRING_STARTUP = "root of context hierarchy";
44+
private static final String SPRING_STARTUP = "Started SpringApplication in";
4545

4646
@Test(expected = IllegalArgumentException.class)
4747
public void emptyApplicationContext() throws Exception {

0 commit comments

Comments
 (0)