HHH-15160 - Fix unit test

This commit is contained in:
Karel Maesen 2023-04-28 11:28:59 +02:00 committed by Christian Beikov
parent 174a9a7005
commit 6f18947249
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ public class PostgisDistanceOperatorsTest {
)
);
assertEquals(
"Parameter 1 of function distance_2d_bbox() has type SPATIAL, but argument is of type java.lang.Integer",
"org.hibernate.QueryException: Parameter 1 of function distance_2d_bbox() has type SPATIAL, but argument is of type java.lang.Integer",
thrown.getMessage()
);