diff --git a/tests/providers/test_bank.py b/tests/providers/test_bank.py index d373a4ced7..3826b82eb3 100644 --- a/tests/providers/test_bank.py +++ b/tests/providers/test_bank.py @@ -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""" @@ -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"""