Skip to content

Commit

Permalink
Fix code violation
Browse files Browse the repository at this point in the history
  • Loading branch information
rquidute committed Nov 10, 2023
1 parent 879b7de commit 5872265
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ async def execute(self) -> None:
manager.start()
test_runner_hooks = manager.TestRunnerHooks() # type: ignore
runner_class = RUNNER_CLASS_PATH + RUNNER_CLASS
result = self.chip_tool.send_command(
self.chip_tool.send_command(
f"{runner_class} {self.metadata['title']}", prefix=EXECUTABLE
)
while ((update := test_runner_hooks.updates_test()) is not None) or (
Expand Down

0 comments on commit 5872265

Please sign in to comment.