Skip to content

Commit

Permalink
Fix expectation for CRuby master
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Nov 6, 2024
1 parent 04a07e0 commit 54c391e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/time/new_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def obj.to_int; 3; end

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

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

0 comments on commit 54c391e

Please sign in to comment.