fixed review comments

This commit is contained in:
anugshya
2021-05-06 21:00:57 +05:30
parent c9c2aa7367
commit 8704383f0e
2 changed files with 3 additions and 4 deletions
@@ -27,11 +27,11 @@ class Tests():
def ScriptEvents_ReturnSetTypeSuccessfully():
"""
Summary:
An entity exists in the level that contains a Script Canvas component. In the graph is both a Send Event
and a Receive Event.
An entity exists in the level that contains a Script Canvas component. And verify that Script Event's send and
receive nodes return the set value succesfully.
Expected Behavior:
After entering game mode the graph on the entity should print an expected message to the console
After entering game mode, the graph on the entity should print an expected message to the console
Test Steps:
1) Create test level
@@ -21,7 +21,6 @@ import hydra_test_utils as hydra
import ly_test_tools.environment.file_system as file_system
from ly_test_tools import LAUNCHERS
from base import TestAutomationBase
import ly_test_tools.environment.process_utils as process_utils
TEST_DIRECTORY = os.path.dirname(__file__)