mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 18:35:35 +00:00
ConnectionTests fixes
This commit is contained in:
@@ -7,9 +7,7 @@ using System.Net.Http;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using NSubstitute;
|
||||
using NSubstitute.Core.Arguments;
|
||||
using Octokit.Internal;
|
||||
using Octokit.Tests.Helpers;
|
||||
using Xunit;
|
||||
|
||||
namespace Octokit.Tests.Http
|
||||
@@ -44,7 +42,7 @@ namespace Octokit.Tests.Http
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public async Task CanMakeMutipleRequestsWithSameConnection()
|
||||
public async Task CanMakeMultipleRequestsWithSameConnection()
|
||||
{
|
||||
var httpClient = Substitute.For<IHttpClient>();
|
||||
IResponse response = new Response();
|
||||
|
||||
Reference in New Issue
Block a user