Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Oct 11, 2024
1 parent 597788d commit bb6cb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TwoWayActuatorTest.st
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ NAMESPACE Simatic.Ax.axftcmlib
done := cmd.Done();
END_IF;
AxUnit.Assert.Equal(expected := TRUE, actual := busy);
AxUnit.Assert.Equal(expected := TRUE, actual := done);
AxUnit.Assert.Equal(expected := FALSE, actual := done);
AxUnit.Assert.Equal(expected := TRUE, actual := _qToWork.IsOn());
AxUnit.Assert.Equal(expected := FALSE, actual := _qToHome.IsOn());
Equal(expected := TRUE, actual := _actuator.GetState() = ActuatorState#MoveToWorkPosition);
Expand Down

0 comments on commit bb6cb31

Please sign in to comment.