mirror of
https://github.com/fbarresi/Sharp7.git
synced 2026-02-04 08:42:51 +00:00
Update tests for OK results
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user