Skip to content

Commit 2b3f4d4

Browse files
committed
Added test to make sure a ValueError is thrown
1 parent c36c236 commit 2b3f4d4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pandas/tests/indexes/test_multi.py

-5
Original file line numberDiff line numberDiff line change
@@ -2456,11 +2456,6 @@ def test_level_setting_resets_attributes(self):
24562456
['A', 'A', 'B', 'B', 'B'], [1, 2, 1, 2, 3]
24572457
])
24582458
assert ind.is_monotonic
2459-
<<<<<<< HEAD
2460-
2461-
# GH 17464 - Remove duplicate MultiIndex levels
2462-
=======
2463-
>>>>>>> 6ce2637... Removed comments about this issue from other tests
24642459
ind.set_levels([['A', 'B'], [1, 3, 2]], inplace=True)
24652460
# if this fails, probably didn't reset the cache correctly.
24662461
assert not ind.is_monotonic

0 commit comments

Comments
 (0)