Commit 31a6d53a authored by Stephane Nicoll's avatar Stephane Nicoll

Fix typo

parent 269398f7
......@@ -112,7 +112,7 @@ public class WebMvcAutoConfigurationTests {
}
@Test
public void handerAdaptersCreated() throws Exception {
public void handlerAdaptersCreated() throws Exception {
load();
assertEquals(3, this.context.getBeanNamesForType(HandlerAdapter.class).length);
assertFalse(this.context.getBean(RequestMappingHandlerAdapter.class)
......@@ -123,7 +123,7 @@ public class WebMvcAutoConfigurationTests {
}
@Test
public void handerMappingsCreated() throws Exception {
public void handlerMappingsCreated() throws Exception {
load();
assertEquals(6, this.context.getBeanNamesForType(HandlerMapping.class).length);
}
......
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