HHH-12992 - Fix tests to run on various db platforms without naming conflicts.
This commit is contained in:
parent
1e2eea95cb
commit
d39d456614
|
@ -70,7 +70,7 @@ public class OrderByThreeEntityTest extends BaseEnversJPAFunctionalTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@Entity(name = "Key")
|
||||
@Entity(name = "MapKey")
|
||||
@Audited
|
||||
public static class Key {
|
||||
@Id
|
||||
|
|
Loading…
Reference in New Issue