Skip to content

Commit

Permalink
Update test/OpenTelemetry.Instrumentation.AWSLambda.Tests/Implementat…
Browse files Browse the repository at this point in the history
…ion/AWSMessagingUtilsTests.cs


open-telemetry#894: applied suggestion

Co-authored-by: Christian Neumüller <christian+github@neumueller.me>
  • Loading branch information
rypdal and Oberon00 authored Aug 8, 2023
1 parent 0a62c40 commit 490f16b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void ExtractParentContext_SetParentFromMessageBatchIsDisabled_ParentIsNot
(PropagationContext parentContext, IEnumerable<ActivityLink>? links) = AWSMessagingUtils.ExtractParentContext(sqsEvent);

Assert.Equal(default, parentContext);
Assert.Equal(2, links?.Count());
Assert.Equal(2, links!.Count());
}

[Fact]
Expand Down

0 comments on commit 490f16b

Please sign in to comment.