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