Skip to content

Commit

Permalink
rename files with suffix 2_2
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Jul 29, 2024
1 parent 032502e commit 2e056c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# isort: on


class TC_CCTRL(MatterBaseTest):
class TC_CCTRL_2_2(MatterBaseTest):

@async_test_body
async def setup_class(self):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def main():
print(f'paa = {paa_path}')

pics = {"PICS_SDK_CI_ONLY": True }
test_runner = MyMock('TC_CCTRL', 'TC_CCTRL', 'test_TC_CCTRL_2_2', 1, paa_trust_store_path=paa_path, pics=pics)
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)

test_runner.run_test_with_mock(dynamic_invoke_return, dynamic_event_return, wildcard())
test_runner.Shutdown()
Expand Down

0 comments on commit 2e056c3

Please sign in to comment.