maven cleanup

This commit is contained in:
eugenp 2016-12-12 14:23:04 +02:00
parent ca617e425a
commit 0f8a022379
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.0.RELEASE</version>
<version>1.4.2.RELEASE</version>
</parent>

View File

@ -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(){