Skip to content

Commit

Permalink
Fix: Fix linter
Browse files Browse the repository at this point in the history
Remove Trailing whitespace
  • Loading branch information
Marta Gutiérrez committed Aug 7, 2024
1 parent 03e485b commit c44f088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/time_zone_schedule_converter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
let(:hour) { 0 }
let(:adjusted_hour) { 24 + to_zone_offset }

it 'returns the adjusted hour and previous day(s)' do
it 'returns the adjusted hour and previous day(s)' do
expect(subject).to eq(
days: %w[Sat Tue Fri],
hour: adjusted_hour
Expand Down

0 comments on commit c44f088

Please sign in to comment.