Skip to content

Commit e9aebb2

Browse files
committed
DOC: Add a test for encoding of docstring validation for Windows (PR pandas-dev#25466)
1 parent 61e6525 commit e9aebb2

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
@@ -1154,4 +1154,4 @@ def test_errors_param_filters_errors(self, monkeypatch):
11541154
errors=['ER03'],
11551155
output_format='default',
11561156
ignore_deprecated=False)
1157-
assert exit_status == 1
1157+
assert exit_status == 1

0 commit comments

Comments
 (0)