This commit is contained in:
Paulus Schoutsen 2025-03-16 02:38:36 +00:00
parent 2cd5adecf6
commit f3e4ee7acc

View File

@ -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