mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 19:46:07 +00:00
Updated the enum ItemState with deprecating the ItemState.All and making the necessary changes
This commit is contained in:
@@ -79,7 +79,7 @@ public class SearchClientTests
|
||||
{
|
||||
var request = new SearchIssuesRequest("phone");
|
||||
request.Repos.Add("caliburn-micro", "caliburn.micro");
|
||||
request.State = ItemStateFilter.Open;
|
||||
request.State = ItemState.Open;
|
||||
|
||||
var issues = await _gitHubClient.Search.SearchIssues(request);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user