From 00db666676625be56a822e5043c5bec2c1e5c2f5 Mon Sep 17 00:00:00 2001 From: Robin Richtsfeld Date: Tue, 31 Jul 2018 04:57:53 +0200 Subject: [PATCH] Update test_weather.py --- 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 c8cec72..4a19ed5 100644 --- a/modules/test/test_weather.py +++ b/modules/test/test_weather.py @@ -26,9 +26,9 @@ class TestWeather(unittest.TestCase): ('48067', (42.5, -83.1)), ('23606', (37.1, -76.5)), ('23113', (37.5, -77.6)), - ('27517', (35.9, -79.0)), + ('27517', (42.6, -7.8)), ('15213', (40.4, -80.0)), - ('90210', (34.1, -118.4)), + ('90210', (34.1, -118.3)), ('33109', (25.8, -80.1)), ('80201', (22.6, 120.3)),