mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 20:13:40 +00:00
Redundant explicit array type specification was removed.
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Octokit.Tests.Reactive
|
||||
var gitHubClient = Substitute.For<IGitHubClient>();
|
||||
var client = new ObservableUserAdministrationClient(gitHubClient);
|
||||
|
||||
client.CreateImpersonationToken("auser", new NewImpersonationToken(new string[] { "public_repo" }));
|
||||
client.CreateImpersonationToken("auser", new NewImpersonationToken(new[] { "public_repo" }));
|
||||
|
||||
gitHubClient.User.Administration.Received().CreateImpersonationToken(
|
||||
"auser",
|
||||
|
||||
Reference in New Issue
Block a user