Skip to content

Commit 9ea9d0c

Browse files
devesh-2002Dr-Irv
andauthored
Update tests/test_indexes.py
Co-authored-by: Irv Lustig <irv@princeton.com>
1 parent ebe5207 commit 9ea9d0c

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
@@ -115,7 +115,7 @@ def test_str_split() -> None:
115115
def test_index_rename() -> None:
116116
ind = pd.Index([1, 2, 3], name="foo")
117117
ind2 = ind.rename("goo")
118-
check(assert_type(ind2, pd.Index), pd.Index)
118+
check(assert_type(ind2, "pd.Index[int]"), pd.Index, int)
119119

120120

121121
def test_index_dropna():

0 commit comments

Comments
 (0)