Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions GitHubActionsTestLogger.Tests/MtpSummarySpecs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ public async Task I_can_try_to_use_the_logger_to_produce_a_summary_when_the_outp
await app.RunAsync();

await summaryWriter.FlushAsync();
await summaryWriter.DisposeAsync();
Comment thread
Tyrrrz marked this conversation as resolved.

// Assert
var commandOutput = commandWriter.ToString();
Expand Down
1 change: 1 addition & 0 deletions GitHubActionsTestLogger.Tests/VsTestSummarySpecs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ public async Task I_can_try_to_use_the_logger_to_produce_a_summary_when_the_outp
);

await summaryWriter.FlushAsync();
await summaryWriter.DisposeAsync();
Comment thread
Tyrrrz marked this conversation as resolved.

// Assert
var commandOutput = commandWriter.ToString();
Expand Down