Skip to content

Commit

Permalink
💄 Add missing blank lines in test_job.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Apr 25, 2024
1 parent ab53f70 commit 86d44c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/providers/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def test_job(self, faker, num_samples):
for _ in range(num_samples):
assert faker.job() in JobProvider.jobs


class TestCsCZ:
"""Test cs_CZ job provider"""

Expand All @@ -33,6 +34,7 @@ def test_job(self, faker, num_samples):
assert isinstance(job, str)
assert job in CsCzJobProvider.jobs


class TestAzAz:
"""Test az_AZ job provider"""

Expand Down

0 comments on commit 86d44c7

Please sign in to comment.