Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoriniere committed May 2, 2024
1 parent d03f309 commit a3109e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_countries.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class TestCountries:
("Allemagne", {}, "DE"), # fr
("Alemanha", {}, "DE"), # pt
# If no country found, return None
("Southern Africa", {}, None),
("Wonderland", {}, None),
("Germany", {"lang": "fr"}, None),
# No confusion with Congo ("CD")
Expand Down

0 comments on commit a3109e7

Please sign in to comment.