Adapt assertion to logging change in Spring Framework

This commit is contained in:
Stephane Nicoll
2018-07-20 17:12:56 +02:00
parent 11d9a7c30d
commit 0f0fc9ec62

View File

@@ -41,7 +41,7 @@ public class SimpleMainTests {
@Rule
public OutputCapture outputCapture = new OutputCapture();
private static final String SPRING_STARTUP = "root of context hierarchy";
private static final String SPRING_STARTUP = "Started SpringApplication in";
@Test(expected = IllegalArgumentException.class)
public void emptyApplicationContext() throws Exception {