mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
updated base class
This commit is contained in:
@@ -478,7 +478,7 @@ namespace Octokit.Tests.Clients
|
||||
var client = new SearchClient(connection);
|
||||
//get repos where the Description contains rails and user/org is 'github'
|
||||
var request = new SearchRepositoriesRequest("rails");
|
||||
request.Sort = RepoSearchSort.Forks;
|
||||
request.SortField = RepoSearchSort.Forks;
|
||||
|
||||
client.SearchRepo(request);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user