Skip to content

Commit 169b51a

Browse files
one additional test case
1 parent 9bc03e3 commit 169b51a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/strings/test_strings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ def test_pipe_failures(any_string_dtype):
394394
(2, 5, None, ["foo", "bar", np.nan, "baz"]),
395395
(0, 3, -1, ["", "", np.nan, ""]),
396396
(None, None, -1, ["owtoofaa", "owtrabaa", np.nan, "xuqzabaa"]),
397+
(None, 2, -1, ["owtoo", "owtra", np.nan, "xuqza"]),
397398
(3, 10, 2, ["oto", "ato", np.nan, "aqx"]),
398399
(3, 0, -1, ["ofa", "aba", np.nan, "aba"]),
399400
],

0 commit comments

Comments
 (0)