Update tests for OK results

This commit is contained in:
Tolga Çakır
2021-02-09 09:17:19 +03:00
parent 2517f00bf9
commit 443944bb97
2 changed files with 15 additions and 15 deletions

View File

@@ -14,7 +14,7 @@ namespace Sharp7.Tests
{
client = new S7Client("Test Plc");
var rc = client.ConnectTo(Localhost, 0, 2);
rc.ShouldBe(0);
rc.ShouldBe(Sharp7.S7Consts.ResultOK);
}