Skip to content

Commit

Permalink
Update code from pr review.
Browse files Browse the repository at this point in the history
  • Loading branch information
marabooy committed Sep 11, 2024
1 parent fd4870d commit 7797ab1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public async Task VerifyConcurrentResultsAreIsolatedAsync()
/// <returns>A task that resolves to the string present in the output stream.</returns>
private static async Task<string> WritePayloadAsync(string content, IServiceProvider serviceProvider)
{
using Stream outputStream = new MemoryStream();
await using Stream outputStream = new MemoryStream();

var message = new InMemoryMessage
{
Expand Down

0 comments on commit 7797ab1

Please sign in to comment.