From f8fcaea0c51627d47785e0a9d1328e2ba61c866c Mon Sep 17 00:00:00 2001 From: Vivek Date: Tue, 2 Jul 2024 13:46:07 +0530 Subject: [PATCH] Change test case name --- opentelemetry-sdk/tests/metrics/test_metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry-sdk/tests/metrics/test_metrics.py b/opentelemetry-sdk/tests/metrics/test_metrics.py index f850ec7519..0f7ad73e24 100644 --- a/opentelemetry-sdk/tests/metrics/test_metrics.py +++ b/opentelemetry-sdk/tests/metrics/test_metrics.py @@ -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.