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 18, 2024
1 parent 7daacb1 commit 0538715
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DotNext.Tests/Threading/AsyncEventHubTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ public static async Task WaitAny4()

Equal(0, await hub.WaitAnyAsync());
Equal(0, await hub.WaitAnyAsync([0, 1], DefaultTimeout));

Equal(2, hub.Pulse([0, 1, 2]));
Equal(0, hub.Pulse([0, 1, 2]));
}

[Fact]
Expand Down

0 comments on commit 0538715

Please sign in to comment.