Skip to content

Commit

Permalink
Removing redundant test case
Browse files Browse the repository at this point in the history
  • Loading branch information
gabino committed Dec 28, 2024
1 parent 85cd4c3 commit 803269b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ def test_valid_clabe():
'debe ser numérico',
id='clabe_not_digit',
),
pytest.param(
'9' * 17,
'String should have at least 18 characters',
id='invalid_bank_code_abm',
),
pytest.param(
'9' * 17,
'String should have at least 18 characters',
Expand Down

0 comments on commit 803269b

Please sign in to comment.