#2270 - ebean-agent enhancement NPE with MappedSuperclass with no properties that uses named database

This commit is contained in:
rbygrave
2021-07-22 16:38:28 +12:00
parent f26e4b5381
commit 0baa3a0eac
5 changed files with 5 additions and 5 deletions
@@ -33,7 +33,7 @@ public class TestNotEnhancedMappedSuper extends BaseTestCase {
NotEnhancedMappedSuper mappedSuper = new NotEnhancedMappedSuper();
boolean enhanced = (mappedSuper instanceof EntityBean);
Assert.assertFalse(enhanced);
Assert.assertTrue(enhanced);
}