Added more tests

This commit is contained in:
Federico Barresi
2021-02-04 22:10:49 +01:00
parent 9a890ef26f
commit 733ce3529f
2 changed files with 68 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ namespace Sharp7.Tests
public ServerClientTestBase() : base()
{
client = new S7Client();
client = new S7Client("Test Plc");
var rc = client.ConnectTo(Localhost, 0, 2);
rc.ShouldBe(0);
}