Skip to content

Commit

Permalink
Fixed regression
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Jan 20, 2025
1 parent 6c92b87 commit febba1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotNext.Tests/Threading/AsyncExclusiveLockTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public static void SynchronousLock()
using var l = new AsyncExclusiveLock();
True(l.TryAcquire(DefaultTimeout));

False(l.TryAcquire(TimeSpan.Zero));
False(l.TryAcquire());
}

[Fact]
Expand Down

0 comments on commit febba1a

Please sign in to comment.