Skip to content

Commit

Permalink
Remove duplicated shutdown() calls as it can be called once (#4188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-Alnosairi committed Sep 18, 2024
1 parent 0c9c624 commit 6919f65
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ def test_synchronous_delta_temporality(self):

results.append(reader.get_metrics_data())

provider.shutdown()

for metrics_data in results:
self.assertIsNone(metrics_data)

Expand Down

0 comments on commit 6919f65

Please sign in to comment.