MCPcopy Create free account
hub / github.com/apache/arrow / test_second

Method test_second

c_glib/test/test-time32-array.rb:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58 sub_test_case("unit") do
59 def test_second
60 array = build_time32_array(:second, [])
61 assert_equal(Arrow::TimeUnit::SECOND, array.value_data_type.unit)
62 end
63
64 def test_milli
65 array = build_time32_array(:milli, [])

Callers

nothing calls this directly

Calls 2

unitMethod · 0.45
value_data_typeMethod · 0.45

Tested by

no test coverage detected