Skip to content

Commit

Permalink
Reformat with black afte rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nicarl committed Oct 23, 2021
1 parent 8097028 commit db19f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/providers/test_ssn.py
Expand Up @@ -693,7 +693,7 @@ def test_vat_id(self):

def test_ssn(self) -> None:
for _ in range(100):
assert re.search(r'^\d{15}$', self.fake.ssn())
assert re.search(r"^\d{15}$", self.fake.ssn())

def test_checksum(self) -> None:
assert fr_calculate_checksum(2570533063999) == 3
Expand Down

0 comments on commit db19f52

Please sign in to comment.