diff --git a/tests/Shared/Tests.Shared/Factory/CustomWebApplicationFactory.cs b/tests/Shared/Tests.Shared/Factory/CustomWebApplicationFactory.cs index 396d3319..de651a4f 100644 --- a/tests/Shared/Tests.Shared/Factory/CustomWebApplicationFactory.cs +++ b/tests/Shared/Tests.Shared/Factory/CustomWebApplicationFactory.cs @@ -1,5 +1,3 @@ -using System.Reflection; -using BuildingBlocks.Core.Persistence.Extensions; using BuildingBlocks.Core.Web.Extensions; using BuildingBlocks.Security.Jwt; using Microsoft.AspNetCore.Authentication; diff --git a/tests/Shared/Tests.Shared/Tests.Shared.csproj b/tests/Shared/Tests.Shared/Tests.Shared.csproj index 396a2bd8..b5eb8873 100644 --- a/tests/Shared/Tests.Shared/Tests.Shared.csproj +++ b/tests/Shared/Tests.Shared/Tests.Shared.csproj @@ -14,9 +14,7 @@ - -