HHH-14280 Fix test failures
This commit is contained in:
parent
c249b019e6
commit
98c9cf136c
|
@ -55,7 +55,7 @@ public class ManyToOneNotAuditedMulIdTest extends BaseEnversJPAFunctionalTestCas
|
|||
assertEquals( str2, entity.str );
|
||||
}
|
||||
|
||||
@Entity
|
||||
@Entity(name = "ManyToOneNotAudited")
|
||||
@IdClass(MulId.class)
|
||||
public static class ManyToOneNotAuditedMulIdTestEntity {
|
||||
@Id
|
||||
|
|
Loading…
Reference in New Issue