mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 20:30:41 +00:00
undo prev commit
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Threading.Tasks;
|
||||
using NSubstitute;
|
||||
@@ -235,7 +236,7 @@ namespace Octokit.Tests.Clients
|
||||
connection.Received().GetAll<ReleaseAsset>(
|
||||
Arg.Is<Uri>(u => u.ToString() == "repos/fake/repo/releases/1/assets"),
|
||||
null,
|
||||
"application/vnd.github.v3", Args.ApiOptions);
|
||||
"application/vnd.github.v3", options);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user