Skip to content

Commit 9bb52e3

Browse files
committed
[#487] No need to add embedded class to the configuration
1 parent 90e42f0 commit 9bb52e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hibernate-reactive-core/src/test/java/org/hibernate/reactive/OrderedEmbeddableCollectionTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public class OrderedEmbeddableCollectionTest extends BaseReactiveTest {
3939
@Override
4040
protected Configuration constructConfiguration() {
4141
Configuration configuration = super.constructConfiguration();
42-
configuration.addAnnotatedClass( Book.class );
4342
configuration.addAnnotatedClass( Author.class );
4443
return configuration;
4544
}

0 commit comments

Comments
 (0)