We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244d985 commit d9952efCopy full SHA for d9952ef
tests/test_indexes.py
@@ -64,7 +64,7 @@ def test_multiindex_get_level_values() -> None:
64
check(assert_type(i1, pd.Index), pd.Index)
65
66
67
-def test_multiindex_initialization() -> None:
+def test_multiindex_constructor() -> None:
68
check(
69
assert_type(
70
pd.MultiIndex([[1], [4]], codes=[[0], [0]], name=["a", "b"]), pd.MultiIndex
0 commit comments