Skip to content

Commit

Permalink
Update sentry-delayed_job/spec/sentry/delayed_job_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Stan Lo <[email protected]>
  • Loading branch information
natikgadzhi and st0012 authored Nov 23, 2023
1 parent 246588a commit b6e010e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry-delayed_job/spec/sentry/delayed_job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def self.class_do_nothing
# custom job-level max_attempts is reached.
# See https://github.com/collectiveidea/delayed_job#custom-jobs
it "reports exception after the job's custom max_attempts" do
enqueued_job.update(attempts:2)
enqueued_job.update(attempts: 2)
allow(enqueued_job).to receive(:max_attempts).and_return(3)

expect do
Expand Down

0 comments on commit b6e010e

Please sign in to comment.