WarInitializerApplication formatting fixes

This commit is contained in:
enpy303
2018-04-23 17:16:27 +02:00
parent 2ae3be56f1
commit ea7aae3c0f
2 changed files with 8 additions and 12 deletions
@@ -24,9 +24,9 @@ public class WarInitializerApplicationTest {
@Test
public void whenContextRootUrlIsAccessed_thenStatusIsOk() throws Exception {
mockMvc.perform(get("/"))
.andExpect(status().is(200));
.andExpect(status().is(200));
}
@Test
public void whenContextRootUrlIsAccesed_thenCorrectStringIsReturned() throws Exception {
mockMvc.perform(get("/"))