Skip to content

Commit

Permalink
Simplify ambiguous tz spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Mar 26, 2024
1 parent 037e207 commit c994a51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/module_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,6 @@ class << t; def zone; 'ECT'; end; end
in_zone 'Asia/Tbilisi' do

expect {
p EtOrbi.make_time(t)
EtOrbi.make_time(t)
}.to raise_error(
ArgumentError, /\ACannot determine timezone from "ECT"/
Expand Down

0 comments on commit c994a51

Please sign in to comment.