Skip to content

Commit

Permalink
add state to test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Penman authored and Richard Penman committed Jun 6, 2024
1 parent 0f0062b commit 8032ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_reverse_geocode.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def test_wordpress(self):
self.assertEqual(
results,
[
{"city": "Melbourne", "country_code": "AU", "country": "Australia"},
{"city": "Jerusalem", "country_code": "IL", "country": "Israel"},
{"city": "Melbourne", "country_code": "AU", "country": "Australia", "state": "Victoria"},
{"city": "Jerusalem", "country_code": "IL", "country": "Israel", "state": "Jerusalem"},
],
)

Expand Down

0 comments on commit 8032ea9

Please # to comment.