Skip to content

Commit d9952ef

Browse files
committed
naming
1 parent 244d985 commit d9952ef

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
@@ -64,7 +64,7 @@ def test_multiindex_get_level_values() -> None:
6464
check(assert_type(i1, pd.Index), pd.Index)
6565

6666

67-
def test_multiindex_initialization() -> None:
67+
def test_multiindex_constructor() -> None:
6868
check(
6969
assert_type(
7070
pd.MultiIndex([[1], [4]], codes=[[0], [0]], name=["a", "b"]), pd.MultiIndex

0 commit comments

Comments
 (0)