Skip to content

Commit

Permalink
✏️ Fix typo in test description
Browse files Browse the repository at this point in the history
  • Loading branch information
jcroteau committed Aug 10, 2023
1 parent c633966 commit 2c78c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/initializers/deprecation_warning_subscriber_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def instrument_deprecation_warning
)
end

context "when an exeption ocurrs" do
context "when an exception occurs" do
before { allow(slack_service).to receive(:send_notification).and_raise(StandardError) }

it "logs error to Sentry" do
Expand Down

0 comments on commit 2c78c59

Please sign in to comment.