Merge pull request #5535 from eugenp/Fix-HibernateCustomTypesUnitTest
Renamed HibernateCustomTypesUnitTest
This commit is contained in:
commit
362bd203e9
@ -11,7 +11,7 @@ import java.time.LocalDate;
|
|||||||
|
|
||||||
import static org.hibernate.testing.transaction.TransactionUtil.doInHibernate;
|
import static org.hibernate.testing.transaction.TransactionUtil.doInHibernate;
|
||||||
|
|
||||||
public class HibernateCustomTypesUnitTest {
|
public class HibernateCustomTypesManualTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void givenEmployee_whenSavedWithCustomTypes_thenEntityIsSaved() throws IOException {
|
public void givenEmployee_whenSavedWithCustomTypes_thenEntityIsSaved() throws IOException {
|
Loading…
x
Reference in New Issue
Block a user