Skip to content

Commit

Permalink
swap assert order
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 committed May 30, 2024
1 parent 96312b8 commit 4e530cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/pylibcudf_tests/test_round.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def test_round(column, round_mode, decimals):
plc.interop.to_arrow(column), decimals, round_mode
)

assert_column_eq(got, expect)
assert_column_eq(expect, got)

0 comments on commit 4e530cf

Please sign in to comment.