Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Jul 25, 2024
1 parent 375a5ac commit 6c350a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/test_testing/MockTestRunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self, filename: str, classname: str, test: str, endpoint: int = 0,
self.test = test
self.endpoint = endpoint
self.pics = pics
self.set_test(filename, classname, test, endpoint, pics)
self.set_test(filename, classname, test)
self.stack = MatterStackState(self.config)
self.default_controller = self.stack.certificate_authorities[0].adminList[0].NewController(
nodeId=self.config.controller_node_id,
Expand Down

0 comments on commit 6c350a0

Please sign in to comment.