mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 11:24:44 +00:00
fix impacted tests, live a happy life
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Octokit
|
||||
Ensure.ArgumentNotNullOrEmptyString(name, "repositoryName");
|
||||
Ensure.ArgumentNotNull(baseAddress, "baseAddress");
|
||||
|
||||
Owner = owner ?? ""; // TODO: this is a total hack
|
||||
Owner = owner;
|
||||
RepositoryName = name;
|
||||
OwnerIsOrganization = !String.IsNullOrWhiteSpace(owner);
|
||||
var webBaseAddress = baseAddress.Host != GitHubClient.GitHubApiUrl.Host
|
||||
|
||||
Reference in New Issue
Block a user