Skip to content

Commit

Permalink
Maintenance: Fix time issue related to DST switch in template spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
fliebe92 committed Mar 27, 2023
1 parent 2615853 commit 8302e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/manage/template_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
})
end

context 'with static operator' do
context 'with static operator', time_zone: 'Europe/London' do
let(:date) { 1.day.from_now }
let(:pending_time) do
{
Expand Down

0 comments on commit 8302e47

Please sign in to comment.