We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d9a7c commit 0f0fc9eCopy full SHA for 0f0fc9e
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/SimpleMainTests.java
@@ -41,7 +41,7 @@ public class SimpleMainTests {
41
@Rule
42
public OutputCapture outputCapture = new OutputCapture();
43
44
- private static final String SPRING_STARTUP = "root of context hierarchy";
+ private static final String SPRING_STARTUP = "Started SpringApplication in";
45
46
@Test(expected = IllegalArgumentException.class)
47
public void emptyApplicationContext() throws Exception {
0 commit comments