| Index: tests/html/audiobuffersourcenode_test.dart
|
| diff --git a/tests/html/audiobuffersourcenode_test.dart b/tests/html/audiobuffersourcenode_test.dart
|
| index 9d5025f86373a570dd83044c34bf7b67bf5420c7..15bba1ea7a05fd0541028a4e75b49a766d19dac8 100644
|
| --- a/tests/html/audiobuffersourcenode_test.dart
|
| +++ b/tests/html/audiobuffersourcenode_test.dart
|
| @@ -20,7 +20,6 @@ main() {
|
| AudioBufferSourceNode node = ctx.createBufferSource();
|
| expect(node is AudioBufferSourceNode, isTrue);
|
| node.start(ctx.currentTime, 0, 2);
|
| - node.stop(ctx.currentTime + 2);
|
| expect(node is AudioBufferSourceNode, isTrue);
|
| }
|
| });
|
|
|