1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Update black to 23.1.0 (#87188)

This commit is contained in:
Franck Nijhof
2023-02-02 18:35:24 +01:00
committed by GitHub
parent f7666239ff
commit 5e81d28116
312 changed files with 299 additions and 475 deletions

View File

@@ -1508,7 +1508,10 @@ async def test_media_player_speaker(hass):
)
assert call.data["is_volume_muted"]
call, _, = await assert_request_calls_service(
(
call,
_,
) = await assert_request_calls_service(
"Alexa.Speaker",
"SetMute",
"media_player#test_speaker",
@@ -1558,7 +1561,10 @@ async def test_media_player_step_speaker(hass):
)
assert call.data["is_volume_muted"]
call, _, = await assert_request_calls_service(
(
call,
_,
) = await assert_request_calls_service(
"Alexa.StepSpeaker",
"SetMute",
"media_player#test_step_speaker",