Commit 9393c645 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #16494 from izeye

* pr/16494:
  Polish
parents ee735a61 4392d7c2
...@@ -8021,7 +8021,7 @@ by the test slice. ...@@ -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 { ...@@ -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));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment