mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Reflect changes made to clients in tests.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user