Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jdye64 committed Jun 16, 2021
1 parent f96ee81 commit 20b2a4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/tests/io/arrow_io_source_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ TEST_F(ArrowIOTest, S3FileSystem)
TEST_F(ArrowIOTest, S3URIWhenNotEnabled)
{
std::string s3_uri = "s3://rapidsai-data/cudf/test/tips.parquet?region=us-east-2";
EXPECT_THROW(std::make_unique<cudf::io::arrow_io_source>(s3_uri),
cudf::logic_error);
EXPECT_THROW(std::make_unique<cudf::io::arrow_io_source>(s3_uri), cudf::logic_error);
}

#endif
Expand Down

0 comments on commit 20b2a4f

Please sign in to comment.