mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 03:16:11 +00:00
Indent JSON string in MigrationTests
This commit is contained in:
@@ -140,12 +140,13 @@ namespace Octokit.Tests.Models
|
||||
|
||||
public class StartMigrationTests
|
||||
{
|
||||
const string migrationRequestJson = @"{
|
||||
""repositories"": [
|
||||
""octocat/Hello-World""
|
||||
],
|
||||
""lock_repositories"": true
|
||||
}";
|
||||
const string migrationRequestJson = @"
|
||||
{
|
||||
""repositories"": [
|
||||
""octocat/Hello-World""
|
||||
],
|
||||
""lock_repositories"": true
|
||||
}";
|
||||
|
||||
private static readonly StartMigrationRequest migrationRequest = new StartMigrationRequest(new List<string>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user