Make Repository Id a long, it's going to grow...

This commit is contained in:
Andreia Gaita
2016-06-23 17:07:03 +02:00
parent 58833602b7
commit 9e958bf998
169 changed files with 1041 additions and 1037 deletions
@@ -15,7 +15,7 @@ public class RepositoryCommentsClientTests
readonly IRepositoryCommentsClient _fixture;
const string owner = "octocat";
const string name = "Hello-World";
const int repositoryId = 1296269;
const long repositoryId = 1296269;
public TheGetMethod()
{
@@ -71,7 +71,7 @@ public class RepositoryCommentsClientTests
readonly IRepositoryCommentsClient _fixture;
const string owner = "octocat";
const string name = "Hello-World";
const int repositoryId = 1296269;
const long repositoryId = 1296269;
public TheGetAllForRepositoryMethod()
{
@@ -246,7 +246,7 @@ public class RepositoryCommentsClientTests
readonly IRepositoryCommentsClient _fixture;
const string owner = "octocat";
const string name = "Hello-World";
const int repositoryId = 1296269;
const long repositoryId = 1296269;
public TheGetAllForCommitMethod()
{