mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 04:16:51 +00:00
aaaand format the code
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Octokit.Tests.Exceptions
|
||||
public void WhenOrganizationIsNullShouldThrowArgumentNullException()
|
||||
{
|
||||
Assert.Throws<ArgumentNullException>(() => new RepositoryExistsException(
|
||||
null,
|
||||
null,
|
||||
"some-repo",
|
||||
GitHubClient.GitHubDotComUrl,
|
||||
new ApiValidationException()));
|
||||
|
||||
Reference in New Issue
Block a user