Updated the enum ItemState with deprecating the ItemState.All and making the necessary changes

This commit is contained in:
Prayank Mathur
2016-03-14 23:22:18 +05:30
parent 56791f2cc8
commit 397b1f1c82
19 changed files with 42 additions and 42 deletions
@@ -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"
};