diff --git a/tests/test_countries.py b/tests/test_countries.py index 0f9fbe8..4e9b687 100644 --- a/tests/test_countries.py +++ b/tests/test_countries.py @@ -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")