Skip to content

Commit 4778d55

Browse files
committed
[#478] No need to add embedded class to the configuration
1 parent 3661dd4 commit 4778d55

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)