From dd6c9b940352b88a625fd506997a8930534dda9f Mon Sep 17 00:00:00 2001 From: Gene Walters Date: Tue, 19 Oct 2021 16:10:11 -0700 Subject: [PATCH] Misc code comment changes based on PR feedback Signed-off-by: Gene Walters --- .../tests/Multiplayer_AutoComponent_NetworkInput.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AutomatedTesting/Gem/PythonTests/Multiplayer/tests/Multiplayer_AutoComponent_NetworkInput.py b/AutomatedTesting/Gem/PythonTests/Multiplayer/tests/Multiplayer_AutoComponent_NetworkInput.py index 7090b9f2a9..fe727b2506 100644 --- a/AutomatedTesting/Gem/PythonTests/Multiplayer/tests/Multiplayer_AutoComponent_NetworkInput.py +++ b/AutomatedTesting/Gem/PythonTests/Multiplayer/tests/Multiplayer_AutoComponent_NetworkInput.py @@ -34,8 +34,8 @@ def Multiplayer_AutoComponent_NetworkInput(): Expected Outcome: - We should see editor logs saying "AutoComponent_NetworkInput ProcessInput called!" and "AutoComponent_NetworkInput CreateInput called!" - However, if the script receives unexpected values for the Process event we will see "AutoComponent_NetworkInput received bad fwdback" or "AutoComponent_NetworkInput received bad leftright" + We should see editor logs stating that network input has been created and processed. + However, if the script receives unexpected values for the Process event we will see print logs for bad data as well. :return: """