Merge pull request #16494 from izeye

* pr/16494:
  Polish
pull/16513/head
Stephane Nicoll 6 years ago
commit 9393c645f8

@ -8021,7 +8021,7 @@ by the test slice.
[source,java,indent=0] [source,java,indent=0]
---- ----
@Component @Component
public class TestWebMvcConfigurer extends WebMvcConfigurer { public class TestWebMvcConfigurer implements WebMvcConfigurer {
... ...
} }
---- ----

@ -66,7 +66,7 @@ public class WebFluxTestAutoConfigurationIntegrationTests {
} }
@Test @Test
public void freemarkerAutoConfigurationIsImported() { public void freeMarkerAutoConfigurationIsImported() {
assertThat(this.applicationContext) assertThat(this.applicationContext)
.has(importedAutoConfiguration(FreeMarkerAutoConfiguration.class)); .has(importedAutoConfiguration(FreeMarkerAutoConfiguration.class));
} }

Loading…
Cancel
Save