"Fixing review Comments"

This commit is contained in:
darapan
2021-05-11 01:30:39 -07:00
parent 8f7d144b35
commit f21d3da9ee
2 changed files with 8 additions and 16 deletions
@@ -183,8 +183,8 @@ class TestAutomation(TestAutomationBase):
from . import ScriptEvents_SendReceiveSuccessfully as test_module
self._run_test(request, workspace, editor, test_module)
def test_VariableManager_UnpinVariableType(self, request, workspace, editor, launcher_platform):
from . import VariableManager_UnpinVariableType as test_module
def test_VariableManager_UnpinVariableType_Works(self, request, workspace, editor, launcher_platform):
from . import VariableManager_UnpinVariableType_Works as test_module
self._run_test(request, workspace, editor, test_module)
# NOTE: We had to use hydra_test_utils.py, as TestAutomationBase run_test method