Skip to content

Commit

Permalink
Use unexpected-field-behavior as sub test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
shiro615 committed May 11, 2019
1 parent b795d21 commit 2cc27be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c_glib/test/test-json-reader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ def test_default
table.read)
end

sub_test_case("options") do
sub_test_case("unexpected-field-behavior") do
def setup
@options = Arrow::JSONReadOptions.new
field = Arrow::Field.new("message", Arrow::StringDataType.new)
schema = Arrow::Schema.new([field])
@options.explicit_schema = schema
@options.schema = schema
end

def test_ignore
Expand Down

0 comments on commit 2cc27be

Please sign in to comment.