Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Jan 6, 2022
1 parent 86ce4df commit 2b24f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/groupby/max_scan_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ TYPED_TEST(groupby_max_scan_test, pre_sorted)

auto agg = cudf::make_max_aggregation<groupby_scan_aggregation>();
test_single_scan(
keys, vals, expect_keys, expect_vals, std::move(agg), nulls_policy::EXCLUE, sorted::YES);
keys, vals, expect_keys, expect_vals, std::move(agg), null_policy::EXCLUDE, sorted::YES);
}

TYPED_TEST(groupby_max_scan_test, empty_cols)
Expand Down

0 comments on commit 2b24f60

Please sign in to comment.