diff --git a/tests/providers/test_geo.py b/tests/providers/test_geo.py index 2f0f678e87..8a614a98da 100644 --- a/tests/providers/test_geo.py +++ b/tests/providers/test_geo.py @@ -96,6 +96,7 @@ def test_location_on_land(self): assert len(loc[3]) == 2 # Country code is two letters assert isinstance(loc[4], str) # Timezone is a string + class TestCsCz(unittest.TestCase): def setUp(self): self.fake = Faker("cs_CZ")