Skip to content

Commit 1401e49

Browse files
committed
Clarify test data
1 parent 52553d3 commit 1401e49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

c_glib/test/test-day-of-week-options.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def test_week_start_property
4141
def test_day_of_week_function_with_count_from_zero_false
4242
omit("Missing tzdata on Windows") if Gem.win_platform?
4343
args = [
44+
# 2017-09-09T10:33:10Z (Saturday)
4445
Arrow::ArrayDatum.new(build_timestamp_array(:milli, [1504953190000])),
4546
]
4647
@options.count_from_zero = false
@@ -52,6 +53,7 @@ def test_day_of_week_function_with_count_from_zero_false
5253
def test_day_of_week_function_with_week_start
5354
omit("Missing tzdata on Windows") if Gem.win_platform?
5455
args = [
56+
# 2017-09-09T10:33:10Z (Saturday)
5557
Arrow::ArrayDatum.new(build_timestamp_array(:milli, [1504953190000])),
5658
]
5759
@options.week_start = 2
@@ -60,4 +62,3 @@ def test_day_of_week_function_with_week_start
6062
day_of_week_function.execute(args, @options).value)
6163
end
6264
end
63-

0 commit comments

Comments
 (0)