mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 12:30:31 +00:00
Upgrade black to 20.8b1 (#39287)
This commit is contained in:
@@ -80,7 +80,9 @@ async def test_setup_recovers_when_setup_raises(hass):
|
||||
assert platform2_setup.called
|
||||
|
||||
|
||||
@patch("homeassistant.helpers.entity_component.EntityComponent.async_setup_platform",)
|
||||
@patch(
|
||||
"homeassistant.helpers.entity_component.EntityComponent.async_setup_platform",
|
||||
)
|
||||
@patch("homeassistant.setup.async_setup_component", return_value=True)
|
||||
async def test_setup_does_discovery(mock_setup_component, mock_setup, hass):
|
||||
"""Test setup for discovery."""
|
||||
|
||||
Reference in New Issue
Block a user