Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CindyvdVries committed Aug 12, 2024
1 parent b0ab349 commit ed7373a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/data/parsers/test_validation_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,6 @@ def test_validate_type_incorrect_input():

# Assert
assert (
exception_raised.args[0]
== "The inputfield test_var must be of type int, but is a str"
exception_raised.args[0] == "The inputfield test_var must be of type int, "
"but is a str"
)

0 comments on commit ed7373a

Please sign in to comment.