From c9c2aa73676d3140e112d9d7f6719e96529f2bba Mon Sep 17 00:00:00 2001 From: anugshya Date: Thu, 6 May 2021 15:51:58 +0530 Subject: [PATCH] Fixed expected lines --- .../scripting/ScriptEvents_ReturnSetTypeSuccessfully.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_ReturnSetTypeSuccessfully.py b/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_ReturnSetTypeSuccessfully.py index 63f4223872..a60dfec962 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_ReturnSetTypeSuccessfully.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_ReturnSetTypeSuccessfully.py @@ -44,7 +44,7 @@ def ScriptEvents_ReturnSetTypeSuccessfully(): Note: - This test file must be called from the Open 3D Engine Editor command terminal - Any passed and failed tests are written to the Editor.log file. - Parsing the file or running a log_monitor are required to observe the test results. + Parsing the file or running a log_monitor are required to observe the test results. :return: None """ @@ -61,7 +61,7 @@ def ScriptEvents_ReturnSetTypeSuccessfully(): LEVEL_NAME = "tmp_level" WAIT_TIME = 3.0 # SECONDS - EXPECTED_LINES = ["T92569006_ScriptEvent_Sent", "T92569006_ScriptEvent_Sent"] + EXPECTED_LINES = ["T92569006_ScriptEvent_Sent", "T92569006_ScriptEvent_Received"] SC_ASSET_PATH = os.path.join("ScriptCanvas", "T92569006_ScriptCanvas.scriptcanvas") def create_editor_entity(name, sc_asset):