mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 08:05:05 +00:00
HHH-11882 - Fix test causing failures
This commit is contained in:
parent
af4f63aff7
commit
bc05ff24bc
@ -50,8 +50,6 @@ protected void addConfigOptions(Map options) {
|
||||
|
||||
@Before
|
||||
public void prepare() throws Exception {
|
||||
buildEntityManagerFactory();
|
||||
|
||||
EntityPersister ep = entityManagerFactory().getMetamodel().entityPersister( EntityWithLazyProperty.class.getName() );
|
||||
assertTrue( ep.getInstrumentationMetadata().isEnhancedForLazyLoading() );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user