Skip to content

Commit

Permalink
Change test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek378521 committed Jul 2, 2024
1 parent 5bc3820 commit f8fcaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-sdk/tests/metrics/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def test_get_meter_duplicate(self):
self.assertIs(meter1, meter2)
self.assertIsNot(meter1, meter3)

def test_get_meter_attributes_duplicate(self):
def test_get_meter_comparison_with_attributes(self):
"""
Subsequent calls to `MeterProvider.get_meter` with the same arguments
should return the same `Meter` instance.
Expand Down

0 comments on commit f8fcaea

Please sign in to comment.