minor formatting work

This commit is contained in:
eugenp
2016-01-24 23:12:31 +02:00
parent e8bfbd7881
commit bec77d6a89
9 changed files with 8 additions and 39 deletions
@@ -34,8 +34,6 @@ public class FooLiveTest {
assertTrue(error.getErrors().get(0).contains("should be of type"));
}
@Test
public void whenNoHandlerForHttpRequest_thenNotFound() {
final Response response = givenAuth().delete(URL_PREFIX + "/api/xx");
@@ -7,5 +7,4 @@ import org.springframework.context.annotation.Configuration;
@ComponentScan({ "org.baeldung.web" })
public class TestConfig {
}