HHH-12992 - Fix tests to run on various db platforms without naming conflicts.

This commit is contained in:
Chris Cranford 2018-11-01 14:42:44 -04:00
parent 1e2eea95cb
commit d39d456614
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class OrderByThreeEntityTest extends BaseEnversJPAFunctionalTestCase {
}
}
@Entity(name = "Key")
@Entity(name = "MapKey")
@Audited
public static class Key {
@Id