Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rok committed Dec 11, 2023
1 parent 50dc6a4 commit cfeede2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cpp/src/arrow/extension/uuid_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ namespace arrow {

using extension::uuid;

class TestUuuidExtensionType : public ::testing::Test {};

TEST_F(TestUuuidExtensionType, ExtensionTypeTest) {
TEST(TestUuuidExtensionType, ExtensionTypeTest) {
auto type = uuid();
ASSERT_EQ(type->id(), Type::EXTENSION);

Expand Down

0 comments on commit cfeede2

Please sign in to comment.