Skip to content

Commit

Permalink
Don't check order for filtered groupby test (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Aug 22, 2022
1 parent c9b8e2e commit cdb8f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_group_by_filtered(c):
},
)

assert_eq(return_df, expected_df)
assert_eq(return_df, expected_df, check_index=False)

return_df = c.sql(
"""
Expand Down

0 comments on commit cdb8f91

Please sign in to comment.