Skip to content

Commit

Permalink
Fix flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ccruzagralopes committed Nov 10, 2023
1 parent dbbbdf9 commit 69379a1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ async def test_suite_setup_log_yaml_version() -> None:
with mock.patch.object(
target=test_engine_logger, attribute="info"
) as logger_info, mock.patch(
"test_collections.sdk_tests.support.chip_tool.test_suite.ChipToolSuite.setup"
"test_collections.sdk_tests.support.chip_tool.test_suite.ChipToolSuite."
"setup"
) as _:
await suite_instance.setup()
logger_info.assert_called()
Expand Down

0 comments on commit 69379a1

Please sign in to comment.