ソースを参照

fix test

master
yedajiang44 1年前
コミット
6927a8ca5f
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      src/JT808.Gateway.Tests/JT808.Gateway.Test/Session/JT808SessionManagerTest.cs

+ 2
- 2
src/JT808.Gateway.Tests/JT808.Gateway.Test/Session/JT808SessionManagerTest.cs ファイルの表示

@@ -167,9 +167,9 @@ namespace JT808.Gateway.Test.Session
}

[Fact]
public void SendTest()
public async Task SendTest()
{
Assert.ThrowsAsync<SocketException>(async() =>
await Assert.ThrowsAsync<SocketException>(async() =>
{
string tno = "123456";
JT808SessionManager jT808SessionManager = new JT808SessionManager(new LoggerFactory());


読み込み中…
キャンセル
保存