mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-31 02:05:39 +00:00
RepositoryForksClientTests fixes
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Xunit;
|
||||
|
||||
@@ -41,7 +40,7 @@ namespace Octokit.Tests.Integration.Clients
|
||||
[IntegrationTest]
|
||||
public async Task ForkCreatedForUserLoggedIn()
|
||||
{
|
||||
// The fork is created asynchronially by github and therefore it cannot
|
||||
// The fork is created asynchronically by github and therefore it cannot
|
||||
// be certain that the repo exists when the test ends. It is therefore deleted
|
||||
// before the test starts instead of after.
|
||||
Helper.DeleteRepo(Helper.Credentials.Login, "octokit.net");
|
||||
@@ -58,7 +57,7 @@ namespace Octokit.Tests.Integration.Clients
|
||||
[OrganizationTest]
|
||||
public async Task ForkCreatedForOrganization()
|
||||
{
|
||||
// The fork is created asynchronially by github and therefore it cannot
|
||||
// The fork is created asynchronically by github and therefore it cannot
|
||||
// be certain that the repo exists when the test ends. It is therefore deleted
|
||||
// before the test starts.
|
||||
Helper.DeleteRepo(Helper.Organization, "octokit.net");
|
||||
|
||||
Reference in New Issue
Block a user