We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a71f3b commit 38e8fa0Copy full SHA for 38e8fa0
src/DotNext.Tests/Threading/Leases/LeaseTests.cs
@@ -172,7 +172,7 @@ public static async Task DisposeConcurrently()
172
token = provider.Token;
173
}
174
175
- await ThrowsAsync<ObjectDisposedException>(Func.Constant(task));
+ await ThrowsAnyAsync<ObjectDisposedException>(Func.Constant(task));
176
True(token.IsCancellationRequested);
177
178
0 commit comments