Skip to content

Commit

Permalink
fix: fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofurtado authored Dec 5, 2024
1 parent 0e69b0e commit 7bbf5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/test/opentelemetry/sdk_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
describe '#configure (sdk disabled)' do
it 'ignore configuration when sdk is disabled by env' do
config = OpenTelemetry::TestHelpers.with_env('OTEL_SDK_DISABLED' => 'true') do
OpenTelemetry::SDK.configure
OpenTelemetry::SDK.configure
end
_(config).must_equal nil
end
Expand Down

0 comments on commit 7bbf5c1

Please sign in to comment.