mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
use a smaller repo for this test
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user