diff --git a/test/UnitTest/Bootstrap.Admin/Controllers/SQLServer/HealthCheck.cs b/test/UnitTest/Bootstrap.Admin/Controllers/SQLServer/HealthCheck.cs index 4a5ecccf..68c721f8 100644 --- a/test/UnitTest/Bootstrap.Admin/Controllers/SQLServer/HealthCheck.cs +++ b/test/UnitTest/Bootstrap.Admin/Controllers/SQLServer/HealthCheck.cs @@ -1,6 +1,6 @@ using Xunit; -namespace Bootstrap.Admin.Controllers.SQLServer +namespace Bootstrap.Admin.Controllers.SqlServer { public class HealthCheck : ControllerTest { diff --git a/test/UnitTest/UnitTest.csproj b/test/UnitTest/UnitTest.csproj index 1503e27f..05a83bf1 100644 --- a/test/UnitTest/UnitTest.csproj +++ b/test/UnitTest/UnitTest.csproj @@ -9,7 +9,11 @@ all - runtime; build; native; contentfiles; analyzers + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive