mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
Corrected TheUpdateMethod.EnsureArgumentsNotNull()
This commit is contained in:
@@ -95,7 +95,7 @@ namespace Octokit.Tests.Integration.Clients
|
||||
|
||||
Assert.NotNull(token);
|
||||
Assert.True(
|
||||
token.Scopes.Count() == 1 &&
|
||||
token.Scopes.Count() == 1 &&
|
||||
token.Scopes.All(s => s == "public_repo"));
|
||||
|
||||
// Delete Impersonation token
|
||||
@@ -187,7 +187,7 @@ namespace Octokit.Tests.Integration.Clients
|
||||
{
|
||||
// Ensure user has a key
|
||||
//var key = await _github.User.Keys.Create(new NewPublicKey("title", "key"));
|
||||
|
||||
|
||||
// Delete key
|
||||
//await _github.User.Administration.DeletePublicKey(key.Id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user