Skip to content

Commit 207d4c8

Browse files
author
Nico Cernek
committed
change order of args in test assertion
1 parent d47c0d8 commit 207d4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/reshape/merge/test_merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2107,4 +2107,4 @@ def test_right_merge_preserves_row_order():
21072107

21082108
result = pop.merge(ppl, on=("name", "country"), how="right")
21092109

2110-
assert_frame_equal(result, expected)
2110+
assert_frame_equal(expected, result)

0 commit comments

Comments
 (0)