diff --git a/spring-cloud-consul-config/src/test/java/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorRetryTests.java b/spring-cloud-consul-config/src/test/java/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorRetryTests.java index e4783f05..fcc8ad3f 100644 --- a/spring-cloud-consul-config/src/test/java/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorRetryTests.java +++ b/spring-cloud-consul-config/src/test/java/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorRetryTests.java @@ -38,7 +38,7 @@ public class ConsulPropertySourceLocatorRetryTests { @Test public void testRetry() { - //Assert.assertThrows(TransportException.class, () -> { + // Assert.assertThrows(TransportException.class, () -> { try { new SpringApplicationBuilder(Config.class).properties( "spring.application.name=testConsulPropertySourceLocatorRetry", @@ -52,7 +52,7 @@ public class ConsulPropertySourceLocatorRetryTests { catch (TransportException e) { // success } - //}); + // }); assertThat(output).contains("RetryContext retrieved"); }