BAEL-3341 Rename test dependent on database

This commit is contained in:
andrebrowne
2020-05-27 20:42:38 -04:00
parent 24573a70a7
commit 94b6e946e8

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;