Skip to content

Commit 7ac12d5

Browse files
tbarbugliCopilot
andauthored
Update tests/rtc/test_track_util.py
Co-authored-by: Copilot <[email protected]>
1 parent eeadab3 commit 7ac12d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rtc/test_track_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def test_chunks_basic(self):
353353
# Create test audio with 10 samples
354354
samples = np.arange(10, dtype=np.int16)
355355
pcm = PcmData(
356-
samples=samples, sample_rate=16000, format=AudioFormat.S16, channels=1
356+
sample_rate=16000, format=AudioFormat.S16, samples=samples, channels=1
357357
)
358358

359359
# Get chunks of size 4

0 commit comments

Comments
 (0)