Skip to content

Commit

Permalink
test: Update assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Aug 28, 2024
1 parent 0a474ef commit b723b2c
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 @@ -34,7 +34,7 @@
it 'does not require advice' do
instrument = meter.create_histogram('histogram', description: 'stuff', unit: 'things')

_(instrument.instance_variable_get(:@advice)).must_equal({})
_(instrument.instance_variable_get(:@advice)).must_equal(nil)
end
end

Expand Down

0 comments on commit b723b2c

Please sign in to comment.