Skip to content

Commit 6e4268c

Browse files
correct the assert value
1 parent 3d1a0a3 commit 6e4268c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/test_validate_docstrings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,4 +981,4 @@ def test_exit_status_for_deprecated_function(self, monkeypatch):
981981
errors=[],
982982
output_format='default',
983983
ignore_deprecated=True)
984-
assert exit_status == 1
984+
assert exit_status == 5

0 commit comments

Comments
 (0)