mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-24 20:36:28 +00:00
HHH-15160 - Fix unit test
This commit is contained in:
parent
5483f403b1
commit
1a399d7458
@ -140,7 +140,7 @@ public void testInvalidArguments(SessionFactoryScope scope) {
|
||||
)
|
||||
);
|
||||
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()
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user