Skip to content

Commit

Permalink
workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Oct 11, 2024
1 parent bb6cb31 commit cc0197a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/TwoWayActuatorTest.st
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ NAMESPACE Simatic.Ax.axftcmlib
busy := cmd.Busy();
IF NOT(busy) THEN
done := cmd.Done();
ELSE
busy := TRUE;
END_IF;
AxUnit.Assert.Equal(expected := TRUE, actual := busy);
AxUnit.Assert.Equal(expected := FALSE, actual := done);
Expand Down

0 comments on commit cc0197a

Please sign in to comment.