From 178dc2cb3c2a39c0b0eff38fcffc561e71e57cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Seidel?= <49430012+sjuergen@users.noreply.github.com> Date: Wed, 24 Jan 2024 11:57:40 +0100 Subject: [PATCH] Update BinSignalExtTest.st --- test/Input/BinSignalExtTest.st | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Input/BinSignalExtTest.st b/test/Input/BinSignalExtTest.st index 5513b08..adc6d4e 100644 --- a/test/Input/BinSignalExtTest.st +++ b/test/Input/BinSignalExtTest.st @@ -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 @@ -172,4 +172,4 @@ NAMESPACE Simatic.Ax.IO.Input.Test END_CLASS -END_NAMESPACE \ No newline at end of file +END_NAMESPACE