mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
Make Repository Id a long, it's going to grow...
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Octokit.Tests.Integration.Helpers
|
||||
}
|
||||
|
||||
private IConnection _connection;
|
||||
internal int RepositoryId { get; private set; }
|
||||
internal long RepositoryId { get; private set; }
|
||||
internal string RepositoryOwner { get; private set; }
|
||||
internal string RepositoryName { get; private set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user