See gh-14293
This commit is contained in:
Johnny Lim
2018-09-04 06:27:26 +09:00
committed by Stephane Nicoll
parent 77a5259317
commit ca57e58ee5
5 changed files with 10 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ public class SecurityRequestMatcherProviderAutoConfigurationTests {
.withUserConfiguration(TestConfiguration.class);
@Test
public void registersMvcRequestMatcherProviderForIfMvcPresent() {
public void registersMvcRequestMatcherProviderIfMvcPresent() {
this.contextRunner.run((context) -> assertThat(context)
.hasSingleBean(MvcRequestMatcherProvider.class));
}