From 9712a5a983727a273d5a3b77ea39e583dc6a45ba Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Mon, 27 Apr 2020 12:43:20 -0400 Subject: [PATCH] formatting --- .../consul/config/ConsulPropertySourceLocatorRetryTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); }