Skip to content

Commit

Permalink
Update ruby/red-arrow/test/values/test-map-array.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
  • Loading branch information
hiroyuki-sato and kou authored Feb 3, 2025
1 parent 08c2153 commit a162aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/red-arrow/test/values/test-map-array.rb
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def test_time64_micro
def test_time64_nano
unit = Arrow::TimeUnit::NANO
# 00:10:00.123456789
key1_value = Arrow::Time.new(unit, (60 * 10) * 1_000_000_000 + 123_456_789)
value = Arrow::Time.new(unit, (60 * 10) * 1_000_000_000 + 123_456_789)
values = [
{"key1" => value, "key2" => nil},
nil,
Expand Down

0 comments on commit a162aa4

Please sign in to comment.