Skip to content

Commit bc9186a

Browse files
Fix linter
1 parent 116bffc commit bc9186a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/timer_session_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class TimerSessionTest < ActiveSupport::TestCase
5858
assert_not @timer_session.valid?
5959
end
6060

61-
test 'overlaps?' do
61+
test 'overlaps?' do # rubocop:disable Metrics/BlockLength
6262
session1 = FactoryBot.create(:timer_session, user: User.current, timer_start: Time.zone.now,
6363
timer_end: Time.zone.now + 1.hour)
6464
session2 = FactoryBot.create(:timer_session, user: User.current, timer_start: Time.zone.now + 1.hour,

0 commit comments

Comments
 (0)