mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
ensure test only runs for organization account
This commit is contained in:
@@ -55,7 +55,7 @@ namespace Octokit.Tests.Integration.Clients
|
||||
Assert.Equal(true, forkCreated.Fork);
|
||||
}
|
||||
|
||||
[IntegrationTest]
|
||||
[OrganizationTest]
|
||||
public async Task ForkCreatedForOrganization()
|
||||
{
|
||||
// The fork is created asynchronially by github and therefore it cannot
|
||||
|
||||
Reference in New Issue
Block a user