We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca617e4 commit 0f8a022Copy full SHA for 0f8a022
hystrix/pom.xml
@@ -11,7 +11,7 @@
11
<parent>
12
<groupId>org.springframework.boot</groupId>
13
<artifactId>spring-boot-starter-parent</artifactId>
14
- <version>1.4.0.RELEASE</version>
+ <version>1.4.2.RELEASE</version>
15
</parent>
16
17
hystrix/src/test/java/com/baeldung/hystrix/HystrixTimeoutTest.java renamed to hystrix/src/test/java/com/baeldung/hystrix/HystrixTimeoutIntegrationTest.java
@@ -10,7 +10,7 @@
10
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.equalTo;
-public class HystrixTimeoutTest {
+public class HystrixTimeoutIntegrationTest {
@Test
public void givenInputBobAndDefaultSettings_whenCommandExecuted_thenReturnHelloBob(){
0 commit comments