Skip to content

Commit 03a7833

Browse files
author
Kei
committed
Update tests
1 parent cc35787 commit 03a7833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/groupby/test_apply.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def test_groupby_as_index_apply():
315315

316316
# apply doesn't maintain the original ordering
317317
# changed in GH5610 as the as_index=False returns a MI here
318-
exp_not_as_apply = Index([0, 1, 2, 4])
318+
exp_not_as_apply = Index([0, 2, 1, 4])
319319
tp = [(1, 0), (1, 2), (2, 1), (3, 4)]
320320
exp_as_apply = MultiIndex.from_tuples(tp, names=["user_id", None])
321321

0 commit comments

Comments
 (0)