Skip to content

Commit

Permalink
Update BinSignalExtTest.st
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen authored Jan 24, 2024
1 parent 41c430d commit 178dc2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Input/BinSignalExtTest.st
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ NAMESPACE Simatic.Ax.IO.Input.Test
oStateLess : BinSignalExt;
END_VAR

// This method will be called before each test method
{TestSetup}
METHOD PUBLIC MyTestSetup
// Will be called before MyTest_A AND before Test_B are executed
o := oStateLess;
END_METHOD

Expand Down Expand Up @@ -172,4 +172,4 @@ NAMESPACE Simatic.Ax.IO.Input.Test


END_CLASS
END_NAMESPACE
END_NAMESPACE

0 comments on commit 178dc2c

Please sign in to comment.