Fix audio range in restore audio

This commit is contained in:
henryruhs
2025-01-31 22:48:48 +01:00
parent 51a809310e
commit 6732a82af4
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ def test_restore_audio() -> None:
create_temp_directory(target_path)
copy_file(target_path, get_temp_file_path(target_path))
assert restore_audio(target_path, output_path, 30, 0, 270) is True
assert restore_audio(target_path, output_path, 0, 270) is True
clear_temp_directory(target_path)