Skip to content

Commit

Permalink
fix raise to keep rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
misaka committed Jun 8, 2022
1 parent d29fd97 commit 9fbe380
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/dfe/analytics/send_events_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@

assert_performed_jobs 5 do
described_class.perform_later([])
rescue DummyException # the final exception won’t be caught
rescue DummyException
# the final exception won’t be caught
end
end
end
Expand Down

0 comments on commit 9fbe380

Please sign in to comment.