Skip to content

Commit

Permalink
Add null releaser test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Nov 10, 2024
1 parent 7cabe72 commit 62d7b29
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ namespace AsyncKeyedLock.Tests.AsyncNonKeyedLockerTests
[CollectionDefinition("NonKeyed Tests", DisableParallelization = false)]
public class OriginalTests
{
[Fact]
public void NullReleaser()
{
AsyncNonKeyedLockReleaser releaser = new();
releaser.Dispose();
}

[Fact]
public void TestRecursion()
{
Expand Down

0 comments on commit 62d7b29

Please sign in to comment.