Skip to content

Commit 782a4d4

Browse files
committed
.
1 parent 753d0d9 commit 782a4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry/src/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ mod tests {
780780

781781
/// Tests that:
782782
/// 1. Parent context values are properly propagated to async operations
783-
/// 2. Values added during async operations are captured by telemetry but don't affect parent
783+
/// 2. Values added during async operations do not affect parent context
784784
#[tokio::test]
785785
async fn test_async_context_propagation() {
786786
// Set up initial context with ValueA

0 commit comments

Comments
 (0)