Skip to content

Commit 4463afc

Browse files
committed
rename integration tests
1 parent 83e4e43 commit 4463afc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import static org.assertj.core.api.Assertions.assertThat;
1212

13-
public class ProductDataLayerAccessIntegrationTest extends AbstractBaseIntegrationTest {
13+
public class ProductDataLayerAccessIntegrationLiveTest extends AbstractBaseIntegrationTest {
1414

1515
@Autowired
1616
private ProductRepository productRepository;
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
1515

1616
@AutoConfigureMockMvc
17-
public class ProductIntegrationTest extends AbstractBaseIntegrationTest {
17+
public class ProductIntegrationLiveTest extends AbstractBaseIntegrationTest {
1818

1919
@Autowired
2020
private MockMvc mvc;

0 commit comments

Comments
 (0)