Skip to content

Commit

Permalink
💄 Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Apr 25, 2024
1 parent 35e1c12 commit 215236f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/providers/test_geo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 215236f

Please sign in to comment.