This commit is contained in:
Andy Wilkinson
2017-11-24 16:31:17 +00:00
parent a7352e6828
commit 61f9d240df

View File

@@ -74,7 +74,7 @@ public class SpringBootDependencyInjectionTestExecutionListenerTests {
catch (IllegalStateException ex) {
// Expected
}
this.out.expect(containsString("CONDITIONS REPORT"));
this.out.expect(containsString("CONDITIONS EVALUATION REPORT"));
this.out.expect(containsString("Positive matches"));
this.out.expect(containsString("Negative matches"));
}