Skip to content

Commit 8df74b9

Browse files
committed
Sorting using statements and removing Moq
1 parent d4e3f0c commit 8df74b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/SignalR/clients/csharp/Client/test/UnitTests/SendUtilsTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
using System.IO.Pipelines;
55
using System.Net;
66
using System.Net.Http;
7+
using System.Net.Http.Headers;
78
using System.Text;
89
using Microsoft.AspNetCore.Http.Connections.Client.Internal;
910
using Microsoft.AspNetCore.SignalR.Tests;
10-
using Moq;
11-
using Moq.Protected;
12-
using System.Net.Http.Headers;
1311
using Microsoft.AspNetCore.InternalTesting;
1412

1513
namespace Microsoft.AspNetCore.SignalR.Client.Tests;

0 commit comments

Comments
 (0)