Merge pull request #78 from vtluug/fix_weather

use Fisher Island instead of the county
master
mutantmonkey 2018-03-24 03:15:55 +00:00 committed by GitHub
commit f523feb5a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -30,9 +30,9 @@ class TestWeather(unittest.TestCase):
('23606', check_places("Newport News", "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")),
('33109', check_places("Miami-Dade County", "Florida")),
('15213', check_places("North Oakland", "Pennsylvania")),
('90210', check_places("LA", "California")),
('33109', check_places("Fisher Island", "Florida")),
('80201', check_places("Denver", "Colorado")),
("Berlin", check_places("Berlin", "Deutschland")),