Skip to content

Commit

Permalink
Merge pull request #13 from DFE-Digital/fix-raise-for-rubocop
Browse files Browse the repository at this point in the history
fix raise to keep rubocop happy
  • Loading branch information
misaka authored Jun 8, 2022
2 parents d29fd97 + 9fbe380 commit 22c6f87
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 22c6f87

Please sign in to comment.