We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3a831 commit 88fb789Copy full SHA for 88fb789
pandas/tests/util/test_assert_index_equal.py
@@ -13,7 +13,7 @@ def test_index_equal_levels_mismatch():
13
Index levels are different
14
\\[left\\]: 1, Int64Index\\(\\[1, 2, 3\\], dtype='int64'\\)
15
\\[right\\]: 2, MultiIndex\\(levels=\\[\\[u?'A', u?'B'\\], \\[1, 2, 3, 4\\]\\],
16
- labels=\\[\\[0, 0, 1, 1\\], \\[0, 1, 2, 3\\]\\]\\)"""
+ codes=\\[\\[0, 0, 1, 1\\], \\[0, 1, 2, 3\\]\\]\\)"""
17
18
idx1 = Index([1, 2, 3])
19
idx2 = MultiIndex.from_tuples([("A", 1), ("A", 2),
0 commit comments