Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Jan 10, 2024
1 parent 9b2fbd6 commit 73541ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/providers/test_bank.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def test_bank(self, faker, num_samples):
bank = faker.bank()
assert bank in AzAzBankProvider.banks


class TestCsCz:
"""Test cs_CZ bank provider"""

Expand All @@ -72,7 +73,6 @@ def test_iban(self, faker, num_samples):
assert re.fullmatch(r"\d{2}\d{20}", iban[2:])



class TestNoNo:
"""Test no_NO bank provider"""

Expand Down

0 comments on commit 73541ce

Please sign in to comment.