Skip to content

Commit

Permalink
Merge pull request #562 from pelias/improved-poi-tests
Browse files Browse the repository at this point in the history
Improve PHX airport POI tests
  • Loading branch information
orangejulius authored Apr 14, 2022
2 parents 34c5b77 + 2f1adf1 commit c1375d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_cases/search_poi.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
},
"expected": {
"priorityThresh": 1,
"distanceThresh": 500,
"distanceThresh": 1000,
"coordinates": [ -112.012869, 33.434743 ],
"properties": [{
"layer": "venue",
Expand All @@ -265,7 +265,7 @@
},
"expected": {
"priorityThresh": 1,
"distanceThresh": 500,
"distanceThresh": 1000,
"coordinates": [ -112.012869, 33.434743 ],
"properties": [{
"layer": "venue",
Expand Down

0 comments on commit c1375d2

Please sign in to comment.