From 9b5019c4fa46d952c8be7ee3655d3cdc9edf3f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=BA=E8=83=BD=E5=A4=A7=E7=9F=B3=E5=A4=B4?= Date: Wed, 12 Jul 2023 01:04:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7IoT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SmartA4/SmartA4.csproj | 2 +- XUnitTest/A4DriverTests.cs | 2 +- XUnitTest/XUnitTest.csproj | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/SmartA4/SmartA4.csproj b/SmartA4/SmartA4.csproj index 060edc5..fabe4a8 100644 --- a/SmartA4/SmartA4.csproj +++ b/SmartA4/SmartA4.csproj @@ -44,7 +44,7 @@ - + diff --git a/XUnitTest/A4DriverTests.cs b/XUnitTest/A4DriverTests.cs index e933a74..4a055f1 100644 --- a/XUnitTest/A4DriverTests.cs +++ b/XUnitTest/A4DriverTests.cs @@ -30,7 +30,7 @@ public void GetSpecificationTest() var ps = _spec.Properties; Assert.NotNull(ps); - Assert.Equal(11, ps.Length); + Assert.Equal(13, ps.Length); Assert.NotNull(_spec.Services); Assert.Null(_spec.Events); diff --git a/XUnitTest/XUnitTest.csproj b/XUnitTest/XUnitTest.csproj index 70f2e3b..6fd841c 100644 --- a/XUnitTest/XUnitTest.csproj +++ b/XUnitTest/XUnitTest.csproj @@ -10,15 +10,15 @@ - - + + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all