Fix derby test failure

This commit is contained in:
Andrea Boriero 2021-03-10 15:58:21 +01:00 committed by Christian Beikov
parent 60c4fbe099
commit 7934625688
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ public class SubQueryImplicitJoinReferenceTest {
}
}
@Entity
@Entity(name="RevisionInfoEntity")
public static class RevisionInfoEntity {
@Id
private Integer id;