yedajiang44 1 anno fa
parent
commit
6927a8ca5f
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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 Vedi File

@@ -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());


Caricamento…
Annulla
Salva