Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
CuddlyBunion341 committed Nov 25, 2024
1 parent 871de16 commit c43f677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/timer_management_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class TimerManagementTest < ApplicationSystemTestCase
end

test 'loading timer with issues from url' do
timer_session = FactoryBot.create(:timer_session, :with_issues, finished: false, user: User.current)
FactoryBot.create(:timer_session, :with_issues, finished: false, user: User.current)
visit timer_sessions_path(issue_ids: [Issue.first.id, Issue.second.id])
assert has_content?(Issue.first.subject)
assert has_content?(Issue.second.subject)
Expand Down

0 comments on commit c43f677

Please # to comment.