Merge pull request #9383 from andrebrowne/BAEL-3341

BAEL-3341 Rename test dependent on database
This commit is contained in:
rpvilao 2020-05-28 09:58:00 +02:00 committed by GitHub
commit 4c1af8f004
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import java.util.UUID;
import static org.assertj.core.api.Assertions.assertThat;
@SpringBootTest
public class HibernateTypesIntegrationTest {
public class HibernateTypesLiveTest {
@Autowired
AlbumRepository albumRepository;