Skip to content

Commit 54c391e

Browse files
committed
Fix expectation for CRuby master
1 parent 04a07e0 commit 54c391e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/time/new_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ def obj.to_int; 3; end
645645

646646
-> {
647647
Time.new("2020-12-25 00:56:17 +23:59:60")
648-
}.should raise_error(ArgumentError, /(utc_offset|argument) out of range/)
648+
}.should raise_error(ArgumentError, /utc_offset|argument out of range/)
649649

650650
-> {
651651
Time.new("2020-12-25 00:56:17 +24:00")

0 commit comments

Comments
 (0)