diff --git a/hibernate-core/src/test/java/org/hibernate/test/lazyload/ManyToOneLazyLoadingByIdTest.java b/hibernate-core/src/test/java/org/hibernate/test/lazyload/ManyToOneLazyLoadingByIdTest.java index a4748d8c1d..8c43f2ab51 100644 --- a/hibernate-core/src/test/java/org/hibernate/test/lazyload/ManyToOneLazyLoadingByIdTest.java +++ b/hibernate-core/src/test/java/org/hibernate/test/lazyload/ManyToOneLazyLoadingByIdTest.java @@ -58,6 +58,8 @@ public class ManyToOneLazyLoadingByIdTest extends BaseEntityManagerFunctionalTes } ); assertEquals( 1L, (long) continent.getId()); + + assertProxyState( continent ); } protected void assertProxyState(Continent continent) {