mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-20 06:05:12 +00:00
complete test method with stub class used for serialization
This commit is contained in:
12
Octokit/Models/Request/TestRepositoryHook.cs
Normal file
12
Octokit/Models/Request/TestRepositoryHook.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Octokit
|
||||
{
|
||||
public class TestRepositoryHook
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user