Skip to content

Commit 07282bb

Browse files
Update tests/rtc/test_resampler.py
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent edbbf4d commit 07282bb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/rtc/test_resampler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99

1010

1111
def test_audio_resampler() -> None:
12-
current_dir = os.path.dirname(os.path.abspath(__file__))
13-
wav_file_path = os.path.join(current_dir, "test_audio.wav")
12+
wav_file_path = os.path.join(FIXTURES_DIR, "test_audio.wav")
1413

1514
# Open the wave file
1615
with wave.open(wav_file_path, "rb") as wf_in:

0 commit comments

Comments
 (0)