formatting

This commit is contained in:
Spencer Gibb
2020-04-27 12:43:20 -04:00
parent 9f8c0dd8ef
commit 9712a5a983

View File

@@ -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");
}