From e4b4b506de89205e227132add8df986d28f55380 Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Thu, 8 Jun 2017 23:21:56 -0400 Subject: [PATCH] change Midotholian to Chesterfield County b/c nominatim is broken --- modules/test/test_weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/test/test_weather.py b/modules/test/test_weather.py index 79dd1e9..375196a 100644 --- a/modules/test/test_weather.py +++ b/modules/test/test_weather.py @@ -28,7 +28,7 @@ class TestWeather(unittest.TestCase): ('27959', check_places("Dare County", "North Carolina")), ('48067', check_places("Royal Oak", "Michigan")), ('23606', check_places("Newport News", "Virginia")), - ('23113', check_places("Midlothian", "Virginia")), + ('23113', check_places("Chesterfield County", "Virginia")), ('27517', check_places("Chapel Hill", "North Carolina")), ('15213', check_places("Allegheny County", "Pennsylvania")), ('90210', check_places("Los Angeles County", "California")),