Skip to content

Commit

Permalink
Merge branch 'chaynHQ:main' into martagrrez/update-postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
martagrrez committed Aug 20, 2024
2 parents 6e1a166 + 300bffc commit 2da6d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/lib/time_zone_schedule_converter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
context 'when the adjusted hour moves behind into previous day(s)' do
let(:from_zone) { 'UTC' }
let(:to_zone) { 'Greenland' }
let(:hour) { 1 }
let(:adjusted_hour) { 24 + to_zone_offset + 1 }
let(:hour) { 0 }
let(:adjusted_hour) { 24 + to_zone_offset }

it 'returns the adjusted hour and previous day(s)' do
expect(subject).to eq(
Expand Down

0 comments on commit 2da6d99

Please sign in to comment.