Skip to content

Commit febba1a

Browse files
committed
Fixed regression
1 parent 6c92b87 commit febba1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DotNext.Tests/Threading/AsyncExclusiveLockTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public static void SynchronousLock()
186186
using var l = new AsyncExclusiveLock();
187187
True(l.TryAcquire(DefaultTimeout));
188188

189-
False(l.TryAcquire(TimeSpan.Zero));
189+
False(l.TryAcquire());
190190
}
191191

192192
[Fact]

0 commit comments

Comments
 (0)