Reflect changes made to clients in tests.

This commit is contained in:
Devesh Khandelwal
2016-04-07 11:09:19 +05:30
parent e5e5261aef
commit f74a946d17
5 changed files with 29 additions and 17 deletions

View File

@@ -148,10 +148,13 @@ namespace Octokit.Tests.Models
""lock_repositories"": true
}";
private static readonly StartMigrationRequest migrationRequest = new StartMigrationRequest(new List<string>
{
"octocat/Hello-World"
}, true);
private static readonly StartMigrationRequest migrationRequest = new StartMigrationRequest(
new List<string>
{
"octocat/Hello-World"
},
true,
false);
[Fact]
public void CanBeDeserialized()