added more client tests

This commit is contained in:
Federico Barresi
2019-11-03 17:49:20 +01:00
parent 4e317f4150
commit c5f0aa89ec
4 changed files with 114 additions and 14 deletions

View File

@@ -14,7 +14,6 @@ namespace Sharp7.Tests
{
client = new S7Client();
var rc = client.ConnectTo(Localhost, 0, 2);
Task.Delay(100).Wait();
rc.ShouldBe(0);
}