Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
edasubert committed Nov 10, 2024
1 parent 3208ec6 commit 122f0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_currency_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_forbidden_everyday(forbidden_currency):
ValidationError,
match=re.escape(
'1 validation error for CurrencyCheckingModel\ncurrency\n '
'Invalid currency code. See https://en.wikipedia.org/wiki/ISO_4217. '
'Invalid currency code. See https://en.wikipedia.org/wiki/ISO_4217 . '
'Bonds, testing and precious metals codes are not allowed. '
f"[type=InvalidCurrency, input_value='{forbidden_currency}', input_type=str]"
),
Expand Down

0 comments on commit 122f0ec

Please sign in to comment.