mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 19:46:07 +00:00
Make Repository Id a long, it's going to grow...
This commit is contained in:
@@ -10,7 +10,7 @@ public class RepositoryPagesClientTests
|
||||
readonly IRepositoryPagesClient _repositoryPagesClient;
|
||||
const string owner = "octokit";
|
||||
const string name = "octokit.net";
|
||||
const int repositoryId = 7528679;
|
||||
const long repositoryId = 7528679;
|
||||
|
||||
public TheGetMethod()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user