mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
Add integration tests for Get, Update, Delete BranchProtection methods
This commit is contained in:
@@ -13,11 +13,13 @@ namespace Octokit.Tests.Integration.Helpers
|
||||
{
|
||||
_connection = connection;
|
||||
Repository = repo;
|
||||
RepositoryId = repo.Id;
|
||||
RepositoryOwner = repo.Owner.Login;
|
||||
RepositoryName = repo.Name;
|
||||
}
|
||||
|
||||
private IConnection _connection;
|
||||
internal int RepositoryId { get; private set; }
|
||||
internal string RepositoryOwner { get; private set; }
|
||||
internal string RepositoryName { get; private set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user