HHH-16832 Add missing test annotation

This commit is contained in:
Yoann Rodière 2023-08-04 15:13:38 +02:00
parent cad7fb3d40
commit 3006a9fbd3
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ import jakarta.persistence.Id;
public class DirtyCheckingWithEmbeddableAndNonVisibleGenericMappedSuperclassTest {
@JiraKey("HHH-16832")
@Test
public void shouldNotBreakConstructor() {
// This is the actual reproducer for HHH-16832,
// other method are just to be consistent with tests in the same package.