Skip to content

Commit

Permalink
Resolve warnings related to duplicate test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
otegami committed Sep 6, 2023
1 parent 291044e commit 340cb64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruby/red-arrow/test/each-raw-record/test-struct-array.rb
Original file line number Diff line number Diff line change
Expand Up @@ -652,15 +652,15 @@ def test_dictionary
end
end

class RawRecordsRecordBatchStructArrayTest < Test::Unit::TestCase
class EachRawRecordRecordBatchStructArrayTest < Test::Unit::TestCase
include EachRawRecordStructArrayTests

def build(type, records)
Arrow::RecordBatch.new(build_schema(type), records)
end
end

class RawRecordsTableStructArrayTest < Test::Unit::TestCase
class EachRawRecordTableStructArrayTest < Test::Unit::TestCase
include EachRawRecordStructArrayTests

def build(type, records)
Expand Down

0 comments on commit 340cb64

Please sign in to comment.