Skip to content

Commit 51b8ccf

Browse files
author
Ben Kandel
committed
appveyor
1 parent 6c03932 commit 51b8ccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/test_multilevel.py

+1
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,7 @@ def test_series_index(self):
709709
result3 = x.loc[empty_series]
710710
tm.assert_series_equal(result3, expected2)
711711

712+
712713
def test_getitem_slice_not_sorted(self):
713714
df = self.frame.sortlevel(1).T
714715

0 commit comments

Comments
 (0)