HHH-15160 - Fix unit test
This commit is contained in:
parent
5483f403b1
commit
1a399d7458
|
@ -140,7 +140,7 @@ public class PostgisDistanceOperatorsTest {
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
assertEquals(
|
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()
|
thrown.getMessage()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue