pull/11139/merge
Andy Wilkinson 7 years ago
parent a7352e6828
commit 61f9d240df

@ -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"));
}

Loading…
Cancel
Save