Skip to content

Commit 5fcc1c2

Browse files
Chris Dumezcdumez
andauthored
Fix duplicate test name in webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-constructor-options.https.html (#26107)
Fix a copy/paste error that led to a duplicate test name. Co-authored-by: Chris Dumez <[email protected]>
1 parent 304bef1 commit 5fcc1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-constructor-options.https.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
const options1 = {channelInterpretation: 'foobar'};
138138
should(
139139
() => new AudioWorkletNode(context, 'dummy', options1),
140-
'Creating AudioWorkletNode with channelCountMode "foobar"')
140+
'Creating AudioWorkletNode with channelInterpretation "foobar"')
141141
.throw(TypeError);
142142

143143
task.done();

0 commit comments

Comments
 (0)