fix impacted tests, live a happy life

This commit is contained in:
Brendan Forster
2014-04-30 13:52:42 +08:00
parent 74b6e93fae
commit e0dab3ea8b
2 changed files with 4 additions and 4 deletions
@@ -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