This commit is contained in:
Jesse Hills 2024-02-27 15:22:29 +13:00
parent 8746267612
commit 94b0880a46
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
1 changed files with 2 additions and 0 deletions

View File

@ -2160,6 +2160,7 @@ async def test_subscribe_voice_assistant_failure(
auto_gain=42,
volume_multiplier=42,
),
None,
)
]
assert stops == []
@ -2239,6 +2240,7 @@ async def test_subscribe_voice_assistant_cancels_long_running_handle_start(
auto_gain=42,
volume_multiplier=42,
),
None,
)
]