mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Code styling tweaks to the tests - Part 2 (#86662)
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com>
This commit is contained in:
@@ -134,8 +134,7 @@ async def test_face_event_call(hass, aioclient_mock):
|
||||
|
||||
|
||||
@patch(
|
||||
"homeassistant.components.demo.image_processing."
|
||||
"DemoImageProcessingFace.confidence",
|
||||
"homeassistant.components.demo.image_processing.DemoImageProcessingFace.confidence",
|
||||
new_callable=PropertyMock(return_value=None),
|
||||
)
|
||||
async def test_face_event_call_no_confidence(mock_config, hass, aioclient_mock):
|
||||
|
||||
Reference in New Issue
Block a user