Polish
See gh-14621
This commit is contained in:
committed by
Stephane Nicoll
parent
da1fde6a5f
commit
1eca492c5e
@@ -7665,11 +7665,11 @@ to print the report in auto-configuration tests.
|
||||
@Test
|
||||
public void autoConfigTest {
|
||||
ConditionEvaluationReportLoggingListener initializer = new ConditionEvaluationReportLoggingListener(
|
||||
LogLevel.INFO);
|
||||
ApplicationContextRunner contextRunner = new ApplicationContextRunner()
|
||||
.withInitializer(initializer).run((context -> {
|
||||
// Do something...
|
||||
}));
|
||||
LogLevel.INFO);
|
||||
ApplicationContextRunner contextRunner = new ApplicationContextRunner()
|
||||
.withInitializer(initializer).run((context) -> {
|
||||
// Do something...
|
||||
});
|
||||
}
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user