Skip to content

Commit 5ad41e3

Browse files
committed
Fix: rubocop
1 parent 74aa619 commit 5ad41e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/rack/test/opentelemetry/instrumentation/rack/instrumentation_dup_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
describe 'when rack events are disabled' do
6868
let(:config) { Hash(use_rack_events: false) }
69-
69+
7070
it 'instantiates a custom middleware' do
7171
args = instrumentation.middleware_args_dup
7272
_(args).must_equal [OpenTelemetry::Instrumentation::Rack::Middlewares::Dup::TracerMiddleware]

0 commit comments

Comments
 (0)