redundant explicit array type specifications were removed

This commit is contained in:
aedampir@gmail.com
2016-04-22 17:28:52 +07:00
parent 9b289195c1
commit 39ef6e069a
2 changed files with 2 additions and 2 deletions
@@ -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(