Skip to content

Commit

Permalink
Fix copy+paste error in QueryPlannerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ullingerc committed Nov 26, 2024
1 parent 255b803 commit eb3bb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/QueryPlannerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 ."
Expand Down

0 comments on commit eb3bb1c

Please sign in to comment.