Skip to content

Commit 3c11c99

Browse files
committed
Fix test name
1 parent 38305dc commit 3c11c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/tests/trace/consistent_sampler/test_sampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class Output:
148148
random_value=0x80000000000000,
149149
),
150150
Output(sampled=True, threshold=0, random_value=0x80000000000000),
151-
id="half threshold sampled",
151+
id="parent violating invariant",
152152
),
153153
),
154154
)

0 commit comments

Comments
 (0)