use a smaller repo for this test

This commit is contained in:
Brendan Forster
2015-07-19 06:25:19 +09:30
parent 795aff1640
commit 5a51e5c83a
@@ -136,7 +136,7 @@ namespace Octokit.Tests.Integration.Clients
var archive = await github
.Repository
.Content
.GetArchive("octokit", "octokit.net", ArchiveFormat.Zipball, "");
.GetArchive("shiftkey", "reactivegit", ArchiveFormat.Zipball);
Assert.NotEmpty(archive);
}