Skip to content

Commit

Permalink
Update test_get_wikipedia_coordinates.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbailey committed Apr 25, 2024
1 parent 738759f commit ef94829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wikipedia/test_get_wikipedia_coordinates.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def test_get_wikipedia_coordinates(self):
new_york_city = get_wikipedia_coordinates(
"https://en.wikipedia.org/wiki/New_York_City"
)
self.assertEqual(new_york_city, ("40°42′46″N", "74°00′22″W"))
self.assertEqual(new_york_city, ("40°42′46″N", "74°00′21″W"))


if __name__ == "__main__":
Expand Down

0 comments on commit ef94829

Please sign in to comment.