Skip to content

Commit

Permalink
HHH-15160 - Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
maesenka authored and beikov committed Apr 28, 2023
1 parent 174a9a7 commit 6f18947
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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()
);

Expand Down

0 comments on commit 6f18947

Please sign in to comment.