Skip to content

Commit

Permalink
add missing query counter
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-joshi committed Nov 14, 2024
1 parent c1fe9ca commit 04b63bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integ/modin/groupby/test_pct_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def test_df_groupby_pct_change_basic(by, periods, fill_method):
@pytest.mark.parametrize("as_index", [True, False])
@pytest.mark.parametrize("sort", [True, False])
@pytest.mark.parametrize("group_keys", [True, False])
@sql_count_checker(query_count=1)
def test_df_groupby_pct_change_parameters(dropna, as_index, sort, group_keys):
# Unlike other GroupBy methods, none of the groupby parameters actually affect for pct_change.
# This test still verifies that we match the pandas output when they're specified.
Expand Down

0 comments on commit 04b63bd

Please sign in to comment.