Skip to content

Commit 2e056c3

Browse files
committed
rename files with suffix 2_2
1 parent 032502e commit 2e056c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/python_testing/TC_CCTRL.py src/python_testing/TC_CCTRL_2_2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# isort: on
4646

4747

48-
class TC_CCTRL(MatterBaseTest):
48+
class TC_CCTRL_2_2(MatterBaseTest):
4949

5050
@async_test_body
5151
async def setup_class(self):

src/python_testing/test_testing/test_TC_CCNTL.py src/python_testing/test_testing/test_TC_CCNTL_2_2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def main():
142142
print(f'paa = {paa_path}')
143143

144144
pics = {"PICS_SDK_CI_ONLY": True }
145-
test_runner = MyMock('TC_CCTRL', 'TC_CCTRL', 'test_TC_CCTRL_2_2', 1, paa_trust_store_path=paa_path, pics=pics)
145+
test_runner = MyMock('TC_CCTRL_2_2', 'TC_CCTRL_2_2', 'test_TC_CCTRL_2_2', 1, paa_trust_store_path=paa_path, pics=pics)
146146

147147
test_runner.run_test_with_mock(dynamic_invoke_return, dynamic_event_return, wildcard())
148148
test_runner.Shutdown()

0 commit comments

Comments
 (0)