This commit is contained in:
Madhura Bhave
2017-03-16 16:16:36 -07:00
parent fe8fa2831a
commit 7d90bbe839

View File

@@ -40,7 +40,7 @@ public class WebMvcTestOneControllerIntegrationTests {
private MockMvc mvc;
@Test
public void shouldFindController1() throws Exception {
public void shouldNotFindController1() throws Exception {
this.mvc.perform(get("/one")).andExpect(status().isNotFound());
}