BAEL-3341 Rename test dependent on database

This commit is contained in:
andrebrowne 2020-05-27 20:42:38 -04:00
parent aca989958f
commit 547a57c3c8
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;