We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849cc17 commit 1478030Copy full SHA for 1478030
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/access/ElementCollectionHHH13721Test.java
@@ -80,7 +80,10 @@ void hhh13721Test(SessionFactoryScope scope) {
80
assertTrue( chapters.contains( "chapter3" ) );
81
} );
82
}
83
-
+ @AfterAll
84
+ public void tearDown(SessionFactoryScope scope) {
85
+ scope.getSessionFactory().getSchemaManager().truncateMappedObjects();
86
+ }
87
@Entity(name = "Author")
88
public static class Author {
89
0 commit comments