Skip to content

Commit f63c2b0

Browse files
Merge pull request #16877 from DragomirAlin/master
BAEL-7870: rename integration tests
2 parents dcc27bc + 4463afc commit f63c2b0

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)