We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302ae61 commit 2a62141Copy full SHA for 2a62141
pandas/tests/util/test_deprecate_nonkeyword_arguments.py
@@ -96,5 +96,6 @@ def test_one_positional_argument_with_warning_message_analysis():
96
for actual_warning in w:
97
assert actual_warning.category == FutureWarning
98
assert str(actual_warning.message) == (
99
- "Starting with Pandas version 1.1 all arguments of h will be keyword-only"
+ "Starting with Pandas version 1.1 all arguments"
100
+ " of h will be keyword-only"
101
)
0 commit comments