We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03cf943 commit e7dc900Copy full SHA for e7dc900
hibernate-core/src/test/java/org/hibernate/event/ReSaveReferencedDeletedEntity.java
@@ -33,7 +33,7 @@ public void testReSaveDeletedEntityWithReferences() {
33
}
34
35
@Test
36
- @TestForIssue(jiraKey = "HHH-14416")
+ @JiraKey("HHH-14416")
37
public void testReSaveDeletedEntityWithReferences2() {
38
doInHibernate( this::sessionFactory, session -> {
39
Parent parent = new Parent();
0 commit comments