Add missing test condition for `hibernate.jpa.compliance.proxy` tests
This commit is contained in:
parent
b93e340d22
commit
850f0cdd20
|
@ -58,6 +58,8 @@ public class ManyToOneLazyLoadingByIdTest extends BaseEntityManagerFunctionalTes
|
|||
} );
|
||||
|
||||
assertEquals( 1L, (long) continent.getId());
|
||||
|
||||
assertProxyState( continent );
|
||||
}
|
||||
|
||||
protected void assertProxyState(Continent continent) {
|
||||
|
|
Loading…
Reference in New Issue