Skip to content

Commit d9b13f1

Browse files
authored
Update opentelemetry-sdk/tests/metrics/test_measurement_consumer.py
1 parent a4a836d commit d9b13f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opentelemetry-sdk/tests/metrics/test_measurement_consumer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def sleep_1(*args, **kwargs):
181181
].kwargs["timeout_millis"]
182182

183183
self.assertAlmostEqual(
184-
round(10000 - callback_options_time_call), 1000.0, places=1
184+
round(10000 - callback_options_time_call), 1000, delta=1
185185
)
186186

187187
self.assertLess(

0 commit comments

Comments
 (0)