Skip to content

Commit

Permalink
Update test_sort_first_koalas.py
Browse files Browse the repository at this point in the history
  • Loading branch information
svittoz authored Apr 17, 2024
1 parent 9c91724 commit ebdb78d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_sort_first_koalas.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
[(params, inputs) for params, inputs in zip(all_params, all_inputs)],
)
def test_visit_merging(module, params, inputs):
print(params)
expected_results = (
inputs.sort_values(params["cols"])
.groupby(params["by_cols"])
Expand Down

0 comments on commit ebdb78d

Please sign in to comment.