mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 11:24:44 +00:00
💄 test fields
This commit is contained in:
@@ -62,8 +62,8 @@ public class SearchClientTests
|
||||
request.Repo = "caliburn-micro/caliburn.micro";
|
||||
request.State = ItemState.Open;
|
||||
|
||||
var repos = await _gitHubClient.Search.SearchIssues(request);
|
||||
var issues = await _gitHubClient.Search.SearchIssues(request);
|
||||
|
||||
Assert.NotEmpty(repos.Items);
|
||||
Assert.NotEmpty(issues.Items);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user