Skip to content

Commit b4557fc

Browse files
committed
chore: 更新单元测试
1 parent a2535ba commit b4557fc

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

test/UnitTestTcpSocket/BinConverterTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33
// Website: https://www.blazor.zone or https://argozhang.github.io/
44

5-
using BootstrapBlazor.Components.DataConverter;
6-
75
namespace UnitTestTcpSocket;
86

97
public class BinConverterTest

test/UnitTestTcpSocket/HexConverterTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33
// Website: https://www.blazor.zone or https://argozhang.github.io/
44

5-
using BootstrapBlazor.Components.DataConverter;
6-
75
namespace UnitTestTcpSocket;
86

97
public class HexConverterTest

test/UnitTestTcpSocket/UnitTestTcpSocket.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<ItemGroup>
2121
<Using Remove="Microsoft.AspNetCore.Components" />
2222
<Using Remove="BootstrapBlazor.Components" />
23-
<Using Include="BootstrapBlazor.DataAdapters" />
24-
<Using Include="BootstrapBlazor.DataHandlers" />
25-
<Using Include="BootstrapBlazor.DataConverters" />
23+
<Using Include="BootstrapBlazor.Socket.DataAdapters" />
24+
<Using Include="BootstrapBlazor.Socket.DataHandlers" />
25+
<Using Include="BootstrapBlazor.Socket.DataConverters" />
2626
<Using Include="BootstrapBlazor.TcpSocket" />
2727
</ItemGroup>
2828

0 commit comments

Comments
 (0)