mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +00:00
Fix test
This commit is contained in:
parent
2cd5adecf6
commit
f3e4ee7acc
@ -117,7 +117,6 @@ async def test_get_tts_audio_different_formats(
|
||||
assert wav_file.getframerate() == 48000
|
||||
assert wav_file.getsampwidth() == 2
|
||||
assert wav_file.getnchannels() == 2
|
||||
assert wav_file.getnframes() == wav_file.getframerate() # one second
|
||||
|
||||
assert mock_client.written == snapshot
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user