Skip to content

Commit bcd5147

Browse files
authored
Fix function name (#90)
1 parent 28c8762 commit bcd5147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/i18n/test_fi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_returns_true_on_valid_business_id(value):
2121
('1333333-8',),
2222
('1231233-9',),
2323
])
24-
def test_returns_failed_validation_on_invalid_email(value):
24+
def test_returns_failed_validation_on_invalid_business_id(value):
2525
assert isinstance(fi_business_id(value), ValidationFailure)
2626

2727

0 commit comments

Comments
 (0)