Skip to content

Commit

Permalink
Improved test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Jul 10, 2024
1 parent 7133267 commit 2e5c5e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DotNext.Tests/Threading/Tasks/TaskCompletionPipeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ public static async Task TaskGroupToCollection()
public static async Task CompletionTask()
{
var pipe = new TaskCompletionPipe<Task> { IsCompletionTaskSupported = true };
True(pipe.IsCompletionTaskSupported);

var source1 = new TaskCompletionSource();
var source2 = new TaskCompletionSource();

Expand Down

0 comments on commit 2e5c5e2

Please sign in to comment.