Skip to content

Commit

Permalink
Update DefaultCorrelationInfoAccessorTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels authored Jan 6, 2023
1 parent 86a7fbf commit 435fa84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Arcus.Observability.Tests.Unit.Correlation
public class DefaultCorrelationInfoAccessorTests
{
[Fact]
public async Task SetCorrelationInfo_Twice_UsesMostRecentValue()
public async Task SetCorrelationInfo_Twice_UsesMostRecentValueInAsynchContext()
{
// Arrange
var firstOperationId = $"operation-{Guid.NewGuid()}";
Expand Down

0 comments on commit 435fa84

Please sign in to comment.