mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 11:29:46 +00:00
Upgrade black to 20.8b1 (#39287)
This commit is contained in:
@@ -68,7 +68,9 @@ async def test_call_to_component(hass):
|
||||
context = "dummy_context"
|
||||
|
||||
await state.async_reproduce_state(
|
||||
hass, [state_media_player, state_climate], context=context,
|
||||
hass,
|
||||
[state_media_player, state_climate],
|
||||
context=context,
|
||||
)
|
||||
|
||||
media_player_fun.assert_called_once_with(
|
||||
|
||||
Reference in New Issue
Block a user