Skip to content

Commit f77583c

Browse files
pan-vladosDr-Irv
andauthored
Update tests/test_indexes.py
Co-authored-by: Irv Lustig <[email protected]>
1 parent bb3e78f commit f77583c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_indexes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def test_str_split() -> None:
114114
check(assert_type(ind.str.split("-"), "pd.Index[str]"), pd.Index)
115115
check(assert_type(ind.str.split("-", expand=True), pd.MultiIndex), pd.MultiIndex)
116116
check(
117-
assert_type(ind.str.split("-", expand=False), "pd.Index[list[str]]"), pd.Index
117+
assert_type(ind.str.split("-", expand=False), "pd.Index[list[str]]"), pd.Index, list
118118
)
119119

120120

0 commit comments

Comments
 (0)