HHH-16829 fix test in CI

This commit is contained in:
Gavin King 2023-06-24 19:28:54 +02:00
parent ae1215ca35
commit e2100bc185
1 changed files with 1 additions and 1 deletions

View File

@ -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;