Formatting
This commit is contained in:
@@ -43,8 +43,7 @@ public class WebMvcTestPageableIntegrationTests {
|
||||
@Test
|
||||
public void shouldSupportPageable() throws Exception {
|
||||
this.mvc.perform(get("/paged").param("page", "2").param("size", "42"))
|
||||
.andExpect(status().isOk())
|
||||
.andExpect(content().string("2:42"));
|
||||
.andExpect(status().isOk()).andExpect(content().string("2:42"));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user