Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cstich committed May 16, 2016
1 parent bced9d2 commit a22ae06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class LocationTestCase(unittest.TestCase):
( 50.26, -9.051, 'Sea off Cornwall', None),
(-110.72144, 35.82373), 'Hopie Nation', 'America/Phoenix'),
(-110.169460,35.751956), 'Deni inside Hopi Nation', 'America/Denver'),
(-133.73396065378114, 68.38068073677294), 'Upper hole in America/Yellowknife', 'America/Inuvik'),
(-133.73396065378114, 68.38068073677294), 'Upper hole in America/Yellowknife', 'America/Inuvik')
)

TEST_LOCATIONS_FORCETZ = (
Expand Down

0 comments on commit a22ae06

Please sign in to comment.