Skip to content

Commit

Permalink
delete extraneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 committed May 11, 2021
1 parent b58bcd5 commit 192c9db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,6 @@ def test_dict_subclass_error() -> None:
"""
src = Str2Int()
src["bar"] = "qux" # type: ignore
# expected.finalize(cfg)
with raises(
ValidationError,
match=re.escape("Value 'qux' could not be converted to Integer"),
Expand Down

0 comments on commit 192c9db

Please sign in to comment.