Skip to content

Commit

Permalink
Update cpp/src/arrow/extension/uuid_test.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Weston Pace <weston.pace@gmail.com>
  • Loading branch information
rok and westonpace authored Dec 11, 2023
1 parent 5514886 commit 3795581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/src/arrow/extension/uuid_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ namespace arrow {

using extension::uuid;

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

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

Expand Down

0 comments on commit 3795581

Please sign in to comment.