Skip to content

Commit

Permalink
[#57] Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Dec 30, 2024
1 parent f490f00 commit e43b0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ def test_valid_bsn():

def test_invalid_bsn():
with pytest.raises(ValidationError) as error:
validate_bsn("1234456789")
validate_bsn("123456789")
assert "Onjuist BSN nummer" in str(error.value)

0 comments on commit e43b0bc

Please sign in to comment.