Skip to content

Commit

Permalink
Wording sidekiq_spec.rb (#2094)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabdbt authored Sep 21, 2023
1 parent 436038d commit 076a4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry-sidekiq/spec/sentry/sidekiq_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
end
end

it "captues exception raised in the worker" do
it "captures exception raised in the worker" do
expect { execute_worker(processor, SadWorker) }.to change { transport.events.size }.by(1)

event = transport.events.last.to_hash
Expand Down

0 comments on commit 076a4e5

Please sign in to comment.