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