Skip to content

Commit

Permalink
do something
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Mar 13, 2024
1 parent f13b325 commit 657a56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Process/TestProcess.st
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ NAMESPACE Simatic.Ax.Process
END_METHOD

{Test}
METHOD PUBLIC Process_Finished_OnFallingEdgeOfMachineClock // Change to falling edge
p.machineClock := fallingSignalMock;
METHOD PUBLIC Process_Finished_OnFallingEdgeOfMachineClock
p.machineClock := risingSignalMock;
p.Start();
AxUnit.Assert.Equal(actual := p.GetState(), expected := ProcessState#Fill);
p.Execute();
Expand Down

0 comments on commit 657a56f

Please sign in to comment.