Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sperlingxx committed Apr 8, 2022
1 parent 0ee82bc commit c2176c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/sort/sort_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ TEST_F(SortCornerTest, WithEmptyStructColumn)

int_col expected3{{4, 1, 5, 3, 2, 0}};
auto got3 = sorted_order(input3, {order::ASCENDING});
CUDF_TEST_EXPECT_COLUMNS_EQUAL(expected3, got3->view(), debug_output_level::ALL_ERRORS);
CUDF_TEST_EXPECT_COLUMNS_EQUAL(expected3, got3->view());
};

} // namespace test
Expand Down

0 comments on commit c2176c2

Please sign in to comment.