mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-27 14:30:16 +00:00
HHH-6999 fix a broken test
Signed-off-by: Gavin King <gavin@hibernate.org>
This commit is contained in:
parent
ccff1effed
commit
faff6f0b8f
@ -61,6 +61,7 @@ public void setUp(SessionFactoryScope scope) {
|
||||
building2,
|
||||
List.of( building3, building4 )
|
||||
) );
|
||||
session.persist( building5 );
|
||||
session.persist( new Classroom( 2L, "classroom_2", building5, null, null ) );
|
||||
} );
|
||||
scope.inTransaction( session -> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user