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 6722fd6 commit ef6bd40Copy full SHA for ef6bd40
jbt/src/test/java/org/hibernate/tool/orm/jbt/api/wrp/TypeWrapperTest.java
@@ -147,7 +147,7 @@ public void testIsComponentType() {
147
component.setComponentClassName("java.lang.Object");
148
TypeWrapper anyTypeWrapper =
149
TypeWrapperFactory.createTypeWrapper(
150
- new ComponentType(component, null, DummyMetadataBuildingContext.INSTANCE));
+ new ComponentType(component, null));
151
assertTrue(anyTypeWrapper.isComponentType());
152
}
153
0 commit comments