Skip to content

Commit

Permalink
typo corrected
Browse files Browse the repository at this point in the history
Signed-off-by: KarthikeyanB, Arun <[email protected]>
  • Loading branch information
arunk1988 committed Jul 23, 2024
1 parent 0b5948b commit 4b0b18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-sdk/tests/trace/export/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def test_batch_span_processor_reset_timeout(self):
# since wait is mocked it should return immediately
time.sleep(0.1)
mock_wait_calls = list(mock_wait.mock_calls)
#Initialize after_calls to avoid UnboundLocalError
# Initialize after_calls to avoid UnboundLocalError
after_calls = []
# find the index of the call that processed the singular span
for idx, wait_call in enumerate(mock_wait_calls):
Expand Down

0 comments on commit 4b0b18e

Please sign in to comment.