Skip to content

Commit f45fa99

Browse files
ADOT Patch workflowthpierce
authored andcommitted
chkstyle
1 parent 3592f9c commit f45fa99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test_aws_tracer_configurer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ def test_trace_id_ratio_sampler(self):
5252
if span.get_span_context().trace_flags.sampled:
5353
num_sampled += 1
5454
span.end()
55-
# Configured for 1%, confirm there are at most 5% to account for randomness and reduce test flakiness.
55+
# Configured for 1%, confirm there are at most 5% to account for randomness and reduce test flakiness.
5656
self.assertGreater(0.05, num_sampled / num_spans)

0 commit comments

Comments
 (0)