Skip to content

Commit 0f8a022

Browse files
author
eugenp
committed
maven cleanup
1 parent ca617e4 commit 0f8a022

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hystrix/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>1.4.0.RELEASE</version>
14+
<version>1.4.2.RELEASE</version>
1515
</parent>
1616

1717

hystrix/src/test/java/com/baeldung/hystrix/HystrixTimeoutTest.java renamed to hystrix/src/test/java/com/baeldung/hystrix/HystrixTimeoutIntegrationTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import static org.hamcrest.MatcherAssert.assertThat;
1111
import static org.hamcrest.Matchers.equalTo;
1212

13-
public class HystrixTimeoutTest {
13+
public class HystrixTimeoutIntegrationTest {
1414

1515
@Test
1616
public void givenInputBobAndDefaultSettings_whenCommandExecuted_thenReturnHelloBob(){

0 commit comments

Comments
 (0)