Skip to content

Commit 176c5dd

Browse files
committed
linting
1 parent cc56f2a commit 176c5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/validators/test_with_default.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,5 +802,5 @@ def _raise(ex: Exception) -> None:
802802

803803
with pytest.raises(ValidationError) as exc_info:
804804
v.validate_python(input_value)
805-
805+
806806
assert exc_info.value.errors(include_url=False, include_context=False) == expected

0 commit comments

Comments
 (0)