mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
redundant explicit array type specifications were removed
This commit is contained in:
@@ -91,7 +91,7 @@ namespace Octokit.Tests.Integration.Clients
|
||||
// Create Impersonation token
|
||||
var token = await _github.User.Administration.CreateImpersonationToken(
|
||||
context.UserLogin,
|
||||
new NewImpersonationToken(new string[] { "public_repo" }));
|
||||
new NewImpersonationToken(new[] { "public_repo" }));
|
||||
|
||||
Assert.NotNull(token);
|
||||
Assert.True(
|
||||
|
||||
Reference in New Issue
Block a user