mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 20:13:40 +00:00
updated SearchUsers to match correct response shape
This commit is contained in:
@@ -23,4 +23,13 @@ public class SearchClientTests
|
||||
|
||||
Assert.NotEmpty(repos.Items);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public async Task SearchForGitHub()
|
||||
{
|
||||
var request = new SearchUsersRequest("github");
|
||||
var repos = await _gitHubClient.Search.SearchUsers(request);
|
||||
|
||||
Assert.NotEmpty(repos.Items);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user