Skip to content

Commit b3fbad2

Browse files
committed
fix test failure
1 parent cbb5f18 commit b3fbad2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/api/test_api.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ class TestPDApi(Base):
6666
"HDFStore",
6767
"Index",
6868
"Int64Index",
69+
"NumIndex",
6970
"MultiIndex",
7071
"Period",
7172
"PeriodIndex",
@@ -214,7 +215,7 @@ def test_api(self):
214215
+ self.funcs_to
215216
+ self.private_modules
216217
)
217-
self.check(pd, checkthese, self.ignored)
218+
self.check(namespace=pd, expected=checkthese, ignored=self.ignored)
218219

219220
def test_depr(self):
220221
deprecated_list = (

0 commit comments

Comments
 (0)