Skip to content

Commit a0f9d21

Browse files
correct the assert value
1 parent b384e79 commit a0f9d21

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
@@ -1014,4 +1014,4 @@ def test_exit_status_for_deprecated_function(self, monkeypatch):
10141014
errors=[],
10151015
output_format='default',
10161016
ignore_deprecated=True)
1017-
assert exit_status == 1
1017+
assert exit_status == 5

0 commit comments

Comments
 (0)