Skip to content

Commit

Permalink
Update src/Tests/Microsoft.Diagnostics.Monitoring.WebApi.UnitTests/Op…
Browse files Browse the repository at this point in the history
…eration/EgressOperationServiceTests.cs

Co-authored-by: Justin Anderson <[email protected]>
  • Loading branch information
schmittjoseph and jander-msft authored May 21, 2024
1 parent 21a4fde commit 5dffc82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public async Task ExecuteAsync_Failure_TransitionsState_ToFaulted(bool isStarted
throw testException;
});

TaskCompletionSource<ExecutionResult<EgressResult>> egressResultCompletionSource = new();
TaskCompletionSource<ExecutionResult<EgressResult>> egressResultCompletionSource = new(TaskCreationOptions.RunContinuationsAsynchronously);

_ = mockStore
.Setup(m => m.CompleteOperation(request.OperationId, It.IsAny<ExecutionResult<EgressResult>>()))
Expand Down

0 comments on commit 5dffc82

Please sign in to comment.