Skip to content

Commit

Permalink
chore: Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Aug 23, 2024
1 parent ebd9747 commit b9e8d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics_sdk/test/opentelemetry/sdk/metrics/meter_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
end

it 'accepts advice' do
advice = {wisdom: 'this too shall pass'}
advice = { wisdom: 'this too shall pass' }
instrument = meter.create_histogram('histogram', description: 'stuff', unit: 'things', advice: advice)

_(instrument.instance_variable_get(:@advice)).must_equal(advice)
Expand Down

0 comments on commit b9e8d37

Please sign in to comment.