Skip to content

Commit

Permalink
tries fixing nominatim tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Sep 29, 2023
1 parent a613d47 commit 7dbb749
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions tests/test_nominatim.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,17 @@ def testNominatim(self):
"q": "Q656",
# to get the russian one
"expected": "Санкт-Петербург"
},{
"city":"Arlington, VA",
"q": "Q107126",
"expected": "Virginia"
},
# inconsistent results Q49279759 - 2023-09-29
#{
# "city":"Arlington, VA",
# "q": "Q107126",
# "expected": "Virginia"
#}
{
"city":"Saint Petersburg, FL",
"q": "Q49236",
"expected": "Florida"
}
]

Expand Down

0 comments on commit 7dbb749

Please sign in to comment.