Skip to content

Commit 577d375

Browse files
pan-vladosDr-Irv
andauthored
Update tests/test_series.py
Co-authored-by: Irv Lustig <[email protected]>
1 parent d93390d commit 577d375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1557,7 +1557,7 @@ def test_string_accessors():
15571557
# GH 194
15581558
check(assert_type(s.str.split("a", expand=True), pd.DataFrame), pd.DataFrame)
15591559
check(
1560-
assert_type(s.str.split("a", expand=False), "pd.Series[list[str]]"), pd.Series
1560+
assert_type(s.str.split("a", expand=False), "pd.Series[list[str]]"), pd.Series, list
15611561
)
15621562
check(assert_type(s.str.startswith("a"), "pd.Series[bool]"), pd.Series, np.bool_)
15631563
check(

0 commit comments

Comments
 (0)