Skip to content

Commit

Permalink
Update opentelemetry-sdk/tests/metrics/test_measurement_consumer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emdneto authored Jul 23, 2024
1 parent a4a836d commit d9b13f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def sleep_1(*args, **kwargs):
].kwargs["timeout_millis"]

self.assertAlmostEqual(
round(10000 - callback_options_time_call), 1000.0, places=1
round(10000 - callback_options_time_call), 1000, delta=1
)

self.assertLess(
Expand Down

0 comments on commit d9b13f1

Please sign in to comment.