File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
6264end
63-
You can’t perform that action at this time.
0 commit comments