From c89d589f31933f8115b78815a36f108b73983570 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sun, 29 Sep 2019 13:12:59 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=9B=B4=E6=96=B0=E5=8D=95=E5=85=83?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Bootstrap.Admin/Controllers/SQLServer/HealthCheck.cs | 2 +- test/UnitTest/UnitTest.csproj | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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