HHH-11536 - Fix unit tests failing on Oracle
This commit is contained in:
parent
0794e103d7
commit
1d5ef677b6
|
@ -111,7 +111,7 @@ public class LoadGraphFindByIdTest extends BaseEntityManagerFunctionalTestCase {
|
|||
private Integer commentCount;
|
||||
}
|
||||
|
||||
@Entity(name = "User")
|
||||
@Entity(name = "Users")
|
||||
public static class User {
|
||||
|
||||
@Id
|
||||
|
|
Loading…
Reference in New Issue