HHH-8505: Missing assert statement in test
This commit is contained in:
parent
03449c1d37
commit
b11c14f00c
|
@ -235,6 +235,7 @@ public class AuditedDynamicComponentsAdvancedCasesTest extends BaseEnversFunctio
|
||||||
advancedEntity.getId(),
|
advancedEntity.getId(),
|
||||||
6
|
6
|
||||||
);
|
);
|
||||||
|
Assert.assertEquals( advancedEntity, ver6 );
|
||||||
|
|
||||||
//then v7
|
//then v7
|
||||||
Set<InternalComponent> internalComponentSet = (Set) advancedEntity.getDynamicConfiguration()
|
Set<InternalComponent> internalComponentSet = (Set) advancedEntity.getDynamicConfiguration()
|
||||||
|
|
Loading…
Reference in New Issue