HHH-16829 fix test in CI
This commit is contained in:
parent
ae1215ca35
commit
e2100bc185
|
@ -27,7 +27,7 @@ public class PostgresCollateTest {
|
|||
@Id @GeneratedValue
|
||||
Long id;
|
||||
@Basic(optional = false)
|
||||
@Collate("es_ES")
|
||||
@Collate("en_US")
|
||||
@Column(length = 200)
|
||||
String text;
|
||||
|
||||
|
|
Loading…
Reference in New Issue