diff --git a/test/Server.IntegrationTest/Server.cs b/test/Server.IntegrationTest/Server.cs index 5a34ab8326..403ccdb3d3 100644 --- a/test/Server.IntegrationTest/Server.cs +++ b/test/Server.IntegrationTest/Server.cs @@ -1,4 +1,4 @@ -using Microsoft.AspNetCore.Hosting; +using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc.Testing; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/test/Server.IntegrationTest/ServerTests.cs b/test/Server.IntegrationTest/ServerTests.cs index cf143ee2d2..e432f53775 100644 --- a/test/Server.IntegrationTest/ServerTests.cs +++ b/test/Server.IntegrationTest/ServerTests.cs @@ -1,4 +1,4 @@ -using System.Net; +using System.Net; using System.Runtime.CompilerServices; namespace Bit.Server.IntegrationTest;