From 6686ce31b7666521ef133cdbb4676a92aace7260 Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Fri, 1 Nov 2013 22:10:12 -0700 Subject: [PATCH] fix weather tests to handle new osm output --- modules/test/test_weather.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/test/test_weather.py b/modules/test/test_weather.py index f8e2e56..b1306bb 100644 --- a/modules/test/test_weather.py +++ b/modules/test/test_weather.py @@ -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: