Skip to content

Commit 2f1adf1

Browse files
committed
Improve PHX airport POI tests
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!
1 parent 34c5b77 commit 2f1adf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_cases/search_poi.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
},
242242
"expected": {
243243
"priorityThresh": 1,
244-
"distanceThresh": 500,
244+
"distanceThresh": 1000,
245245
"coordinates": [ -112.012869, 33.434743 ],
246246
"properties": [{
247247
"layer": "venue",
@@ -265,7 +265,7 @@
265265
},
266266
"expected": {
267267
"priorityThresh": 1,
268-
"distanceThresh": 500,
268+
"distanceThresh": 1000,
269269
"coordinates": [ -112.012869, 33.434743 ],
270270
"properties": [{
271271
"layer": "venue",

0 commit comments

Comments
 (0)