diff --git a/Octokit.Tests/Clients/ReleasesClientTests.cs b/Octokit.Tests/Clients/ReleasesClientTests.cs index fdb2bb2b..46c82f2e 100644 --- a/Octokit.Tests/Clients/ReleasesClientTests.cs +++ b/Octokit.Tests/Clients/ReleasesClientTests.cs @@ -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( Arg.Is(u => u.ToString() == "repos/fake/repo/releases/1/assets"), null, - "application/vnd.github.v3", Args.ApiOptions); + "application/vnd.github.v3", options); } [Fact]