diff --git a/hystrix/pom.xml b/hystrix/pom.xml index 54c17f1487..25c5bb5286 100644 --- a/hystrix/pom.xml +++ b/hystrix/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 1.4.0.RELEASE + 1.4.2.RELEASE diff --git a/hystrix/src/test/java/com/baeldung/hystrix/HystrixTimeoutTest.java b/hystrix/src/test/java/com/baeldung/hystrix/HystrixTimeoutIntegrationTest.java similarity index 99% rename from hystrix/src/test/java/com/baeldung/hystrix/HystrixTimeoutTest.java rename to hystrix/src/test/java/com/baeldung/hystrix/HystrixTimeoutIntegrationTest.java index d72895aab9..bf0c542980 100644 --- a/hystrix/src/test/java/com/baeldung/hystrix/HystrixTimeoutTest.java +++ b/hystrix/src/test/java/com/baeldung/hystrix/HystrixTimeoutIntegrationTest.java @@ -10,7 +10,7 @@ import org.junit.Test; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.equalTo; -public class HystrixTimeoutTest { +public class HystrixTimeoutIntegrationTest { @Test public void givenInputBobAndDefaultSettings_whenCommandExecuted_thenReturnHelloBob(){