mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 20:30:41 +00:00
Added integrationtests for the hooks and forks api.
Cleaned up the developed code to match some of the newer conventions.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Xunit;
|
||||
|
||||
namespace Octokit.Tests.Integration.fixtures
|
||||
{
|
||||
[CollectionDefinition("Repositories Hooks Collection")]
|
||||
public class RepositoriesHooksCollection : ICollectionFixture<RepositoriesHooksFixture>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user