mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Octokit.Tests.Integration\Clients
This commit is contained in:
@@ -243,8 +243,8 @@ public class IssuesClientTests : IDisposable
|
||||
{
|
||||
var owner = _repository.Owner.Login;
|
||||
|
||||
await AssertEx.Throws<ApiValidationException>(
|
||||
async () => await _issuesClient.GetAllForRepository(owner, _repository.Name,
|
||||
await Assert.ThrowsAsync<ApiValidationException>(
|
||||
() => _issuesClient.GetAllForRepository(owner, _repository.Name,
|
||||
new RepositoryIssueRequest { Assignee = "some-random-account" }));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user