删除多余空行

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, @SpringBootTest(classes = PolarisRestTemplateResponseErrorHandlerTest.TestApplication.class,
properties = {"spring.cloud.polaris.namespace=Test", "spring.cloud.polaris.service=TestApp"}) properties = {"spring.cloud.polaris.namespace=Test", "spring.cloud.polaris.service=TestApp"})
public class PolarisRestTemplateResponseErrorHandlerTest { public class PolarisRestTemplateResponseErrorHandlerTest {
@Test @Test
public void handleError() throws Exception{ public void handleError() throws Exception{
@ -70,7 +66,6 @@ public class PolarisRestTemplateResponseErrorHandlerTest {
when(consumerAPI.unWatchService(null)).thenReturn(true); when(consumerAPI.unWatchService(null)).thenReturn(true);
} }
@SpringBootApplication @SpringBootApplication
protected static class TestApplication { protected static class TestApplication {

Loading…
Cancel
Save