fixed names

This commit is contained in:
Yasser Afifi 2017-01-04 13:40:02 +00:00
parent f723114128
commit 6d5feb75dc

View File

@ -35,7 +35,7 @@ public class HandlerMappingPriorityConfigTest {
} }
@Test @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()); mockMvc.perform(get("/welcome")).andExpect(status().isOk()).andExpect(view().name("test")).andDo(print());
} }
} }