mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 12:42:32 +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 MilestoneRequestTests
|
||||
{
|
||||
var request = new MilestoneRequest
|
||||
{
|
||||
State = ItemState.Closed,
|
||||
State = ItemStateFilter.Closed,
|
||||
SortProperty = MilestoneSort.Completeness,
|
||||
SortDirection = SortDirection.Descending,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user