Merge pull request #11149 from MajewskiKrzysztof/tests/BAEL-5009

BAEL-5009 - fix test name
This commit is contained in:
kwoyke 2021-08-21 10:49:18 +02:00 committed by GitHub
commit 4083feb867
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertTrue;
@SpringBootTest
public class ArticleRepositoryIntegrationTest {
public class ArticleRepositoryLiveTest {
@Autowired
ArticleRepository articleRepository;