Skip to content

Commit

Permalink
Improve PHX airport POI tests
Browse files Browse the repository at this point in the history
These tests have not had great pass rate until
pelias/api#1620, so we didn't know that the
`distanceThresh` value for the coordinate checks weren't quite correct.

Hopefully they will be passing soon!
  • Loading branch information
orangejulius committed Apr 5, 2022
1 parent 34c5b77 commit 2f1adf1
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 2f1adf1

Please sign in to comment.