Fixed review comments

This commit is contained in:
anugshya
2021-05-07 20:04:06 +05:30
parent 63728dbc6e
commit 570f7a65ca
2 changed files with 0 additions and 2 deletions
@@ -8,7 +8,6 @@ or, if provided, by the license below or the license accompanying this file. Do
remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Test case ID: T92569006
Test Case Title: Event can return a value of set type successfully
"""
@@ -183,7 +183,6 @@ class TestAutomation(TestAutomationBase):
from . import ScriptEvents_SendReceiveSuccessfully as test_module
self._run_test(request, workspace, editor, test_module)
@pytest.mark.test_case_id("T92569006")
@pytest.mark.parametrize("level", ["tmp_level"])
def test_ScriptEvents_ReturnSetType_Successfully(self, request, workspace, editor, launcher_platform, project, level):
def teardown():