mirror of
https://github.com/fbarresi/Sharp7.git
synced 2026-03-22 02:20:39 +00:00
Fixed set parameter test
This commit is contained in:
@@ -130,7 +130,7 @@ namespace Sharp7.Tests
|
|||||||
[InlineData(15, 0)]
|
[InlineData(15, 0)]
|
||||||
public void SetParameterTest(int parameterNumber, int newValue)
|
public void SetParameterTest(int parameterNumber, int newValue)
|
||||||
{
|
{
|
||||||
var result = client.GetParam(parameterNumber, ref newValue);
|
var result = client.SetParam(parameterNumber, ref newValue);
|
||||||
if (result == 0)
|
if (result == 0)
|
||||||
{
|
{
|
||||||
int readValue = -1;
|
int readValue = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user