minor formatting work
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user