Skip to content

Commit

Permalink
Update cpp/tests/lists/drop_list_duplicates_tests.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: David <[email protected]>
  • Loading branch information
ttnghia and davidwendt authored Mar 11, 2021
1 parent 6fa8744 commit 36d5822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/lists/drop_list_duplicates_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ TEST_F(DropListDuplicatesTest, InvalidCasesTests)
cudf::lists::drop_list_duplicates(cudf::lists_column_view{FLT_LCW{FLT_LCW{{1, 2}, {3}}}}),
cudf::logic_error);
EXPECT_THROW(cudf::lists::drop_list_duplicates(
cudf::lists_column_view{STR_LCW{STR_LCW{STR_LCW{"dummy string"}}}}),
cudf::lists_column_view{STR_LCW{STR_LCW{STR_LCW{"string"}}}}),
cudf::logic_error);
}

Expand Down

0 comments on commit 36d5822

Please sign in to comment.