Polish
Closes gh-16494
This commit is contained in:
committed by
Stephane Nicoll
parent
ee735a61ce
commit
4392d7c2ed
@@ -8021,7 +8021,7 @@ by the test slice.
|
||||
[source,java,indent=0]
|
||||
----
|
||||
@Component
|
||||
public class TestWebMvcConfigurer extends WebMvcConfigurer {
|
||||
public class TestWebMvcConfigurer implements WebMvcConfigurer {
|
||||
...
|
||||
}
|
||||
----
|
||||
|
||||
@@ -66,7 +66,7 @@ public class WebFluxTestAutoConfigurationIntegrationTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void freemarkerAutoConfigurationIsImported() {
|
||||
public void freeMarkerAutoConfigurationIsImported() {
|
||||
assertThat(this.applicationContext)
|
||||
.has(importedAutoConfiguration(FreeMarkerAutoConfiguration.class));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user