Skip to content

Commit

Permalink
💄 format code
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed May 8, 2024
1 parent c3c1c0f commit 6c52dde
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 @@ -129,6 +129,7 @@ def test_local_longitude(self):
local_longitude = self.fake.local_longitude()
assert re.match(r"1[1-5]\.\d+", str(local_longitude))


class TestPlPl(unittest.TestCase):
def setUp(self):
self.fake = Faker("pl_PL")
Expand Down

0 comments on commit 6c52dde

Please sign in to comment.