From eb3bb1c2c3920dc38a9e946c344bfb19649d0777 Mon Sep 17 00:00:00 2001 From: ullingerc Date: Tue, 26 Nov 2024 15:50:15 +0100 Subject: [PATCH] Fix copy+paste error in QueryPlannerTest --- test/QueryPlannerTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/QueryPlannerTest.cpp b/test/QueryPlannerTest.cpp index c60e6659da..e13ea7d4ba 100644 --- a/test/QueryPlannerTest.cpp +++ b/test/QueryPlannerTest.cpp @@ -1697,7 +1697,7 @@ TEST(QueryPlanner, SpatialJoinService) { "SERVICE spatialSearch: {" "_:config spatialSearch:algorithm spatialSearch:s2 ;" "spatialSearch:right ?b ;" - "spatialSearch:bindDistance ?dist ." + "spatialSearch:bindDistance ?dist ;" "spatialSearch:nearestNeighbors 5 . " "_:config spatialSearch:left ?y ." "_:config spatialSearch:payload ?a ."