temporarily making a test live

This commit is contained in:
Eugen Paraschiv 2018-07-19 16:45:49 +03:00
parent bfaffcf764
commit 45975204d6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import org.junit.Test;
import static org.assertj.core.api.Java6Assertions.assertThat;
public class HelloWorldServiceIntegrationTest extends AbstractIntegrationTest {
public class HelloWorldServiceTemporaryLiveTest extends AbstractIntegrationTest {
@Test
public void whenGetIsCalledTwoTimes_thenTheSecondShouldHitTheCache() {