From 0f8a0223790de1d67a544b0af5e72c396f4a0ac9 Mon Sep 17 00:00:00 2001 From: eugenp Date: Mon, 12 Dec 2016 14:23:04 +0200 Subject: [PATCH] maven cleanup --- hystrix/pom.xml | 2 +- ...strixTimeoutTest.java => HystrixTimeoutIntegrationTest.java} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename hystrix/src/test/java/com/baeldung/hystrix/{HystrixTimeoutTest.java => HystrixTimeoutIntegrationTest.java} (99%) 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(){