Skip to content

Commit

Permalink
di fix
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jul 15, 2024
1 parent 0c1b66b commit 0732563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/datadog/di/hook_manager_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def hook_test_method_with_kwarg(kwarg:)
end

context 'when class does not exist' do
it 'raises DITargetNotDefined:' do
it 'raises DITargetNotDefined' do
expect do
manager.hook_method(:NonExistent, :non_existent) do |payload|
end
Expand Down

0 comments on commit 0732563

Please sign in to comment.