mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-18 21:25:12 +00:00
Corrected TheUpdateMethod.EnsureArgumentsNotNull()
This commit is contained in:
@@ -447,7 +447,7 @@ public class RepositoriesClientTests
|
||||
var repoName = Helper.MakeNameWithTimestamp("repo-to-delete");
|
||||
|
||||
await github.Repository.Create(new NewRepository(repoName));
|
||||
|
||||
|
||||
await github.Repository.Delete(Helper.UserName, repoName);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user