fix weather tests to handle new osm output

master
mutantmonkey 2013-11-01 22:10:12 -07:00
parent e195830e0a
commit 6686ce31b7
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ class TestWeather(unittest.TestCase):
('80201', check_places("Denver", "Colorado")),
("Berlin", check_places("Berlin", "Deutschland")),
("Paris", check_places("Paris", "European Union")),
("Vilnius", check_places("Vilnius", "European Union")),
("Paris", check_places("Paris", "France métropolitaine")),
("Vilnius", check_places("Vilnius", "Lietuva")),
]
for loc, validator in locations: