删除多余空行

pull/304/head
weihu 3 years ago
parent 69a3c40250
commit 7b91c49762

@ -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