Skip to content

Commit 88fb789

Browse files
committed
a labels was not caught
1 parent 9b3a831 commit 88fb789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/util/test_assert_index_equal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def test_index_equal_levels_mismatch():
1313
Index levels are different
1414
\\[left\\]: 1, Int64Index\\(\\[1, 2, 3\\], dtype='int64'\\)
1515
\\[right\\]: 2, MultiIndex\\(levels=\\[\\[u?'A', u?'B'\\], \\[1, 2, 3, 4\\]\\],
16-
labels=\\[\\[0, 0, 1, 1\\], \\[0, 1, 2, 3\\]\\]\\)"""
16+
codes=\\[\\[0, 0, 1, 1\\], \\[0, 1, 2, 3\\]\\]\\)"""
1717

1818
idx1 = Index([1, 2, 3])
1919
idx2 = MultiIndex.from_tuples([("A", 1), ("A", 2),

0 commit comments

Comments
 (0)