fixed names

This commit is contained in:
Yasser Afifi 2017-01-04 13:40:02 +00:00
parent f723114128
commit 6d5feb75dc
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class HandlerMappingPriorityConfigTest {
}
@Test
public void whenBeanNameMapping_thenMappedOK() throws Exception {
public void whenConfiguringPriorities_thenMappedOK() throws Exception {
mockMvc.perform(get("/welcome")).andExpect(status().isOk()).andExpect(view().name("test")).andDo(print());
}
}