Skip to content

Commit df55897

Browse files
Update pandas/tests/strings/test_strings.py
Co-authored-by: Joris Van den Bossche <[email protected]>
1 parent a0bb440 commit df55897

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pandas/tests/strings/test_strings.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -393,12 +393,7 @@ def test_pipe_failures(any_string_dtype):
393393
[
394394
(2, 5, None, ["foo", "bar", np.nan, "baz"]),
395395
(0, 3, -1, ["", "", np.nan, ""]),
396-
(
397-
None,
398-
None,
399-
-1,
400-
["owtoofaa", "owtrabaa", np.nan, "xuqzabaa"],
401-
),
396+
(None, None, -1, ["owtoofaa", "owtrabaa", np.nan, "xuqzabaa"]),
402397
(3, 10, 2, ["oto", "ato", np.nan, "aqx"]),
403398
(3, 0, -1, ["ofa", "aba", np.nan, "aba"]),
404399
],

0 commit comments

Comments
 (0)