BAEL-4921 - renamed to ArrayMappingIntegrationTest

This commit is contained in:
Anshul BANSAL
2021-05-04 06:49:55 +03:00
parent c65b37873d
commit caff32cdbb

View File

@@ -1,6 +1,5 @@
package com.baeldung.hibernate.arraymapping;
import static org.junit.Assert.fail;
import static org.junit.jupiter.api.Assertions.assertEquals;
import java.io.IOException;
@@ -13,7 +12,7 @@ import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
public class CustomArrayTypeMappingUnitTest {
public class ArrayMappingIntegrationTest {
private Session session;
private Transaction transaction;