删除多余空行

pull/300/head
weihu 3 years ago
parent 3ff42c169d
commit 97cfb49e8f

@ -47,10 +47,6 @@ import static org.mockito.Mockito.when;
@SpringBootTest(classes = PolarisRestTemplateResponseErrorHandlerTest.TestApplication.class,
properties = {"spring.cloud.polaris.namespace=Test", "spring.cloud.polaris.service=TestApp"})
public class PolarisRestTemplateResponseErrorHandlerTest {
@Test
public void handleError() throws Exception{
@ -70,7 +66,6 @@ public class PolarisRestTemplateResponseErrorHandlerTest {
when(consumerAPI.unWatchService(null)).thenReturn(true);
}
@SpringBootApplication
protected static class TestApplication {

Loading…
Cancel
Save