mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
Updated the enum ItemState with deprecating the ItemState.All and making the necessary changes
This commit is contained in:
@@ -10,7 +10,7 @@ public class PullRequestRequestTests
|
||||
{
|
||||
var request = new PullRequestRequest
|
||||
{
|
||||
State = ItemState.Closed,
|
||||
State = ItemStateFilter.Closed,
|
||||
Head = "user:ref-name",
|
||||
Base = "fake_base_branch"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user