mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 12:03:19 +00:00
added new intergration tests
This commit is contained in:
@@ -29,6 +29,8 @@ namespace Octokit.Tests.Integration.fixtures
|
||||
|
||||
public string RepositoryName { get { return _repository.Name; } }
|
||||
|
||||
public int RepositoryId { get { return _repository.Id; } }
|
||||
|
||||
public RepositoryHook ExpectedHook { get { return _hook; } }
|
||||
|
||||
public IList<RepositoryHook> ExpectedHooks { get { return _hooks; } }
|
||||
|
||||
Reference in New Issue
Block a user