Skip to content

Commit dce155f

Browse files
committed
Fix linter
1 parent a44fe58 commit dce155f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/unit/timer_session_test.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ class TimerSessionTest < ActiveSupport::TestCase
115115

116116
timer_session.save!
117117

118-
assert_equal 0, timer_session.timer_start.sec, 'timer_start should be rounded to nearest minute even when timer_end is nil'
118+
assert_equal 0, timer_session.timer_start.sec,
119+
'timer_start should be rounded to nearest minute even when timer_end is nil'
119120
end
120121
end

0 commit comments

Comments
 (0)