| Index: tests/html/audiobuffersourcenode_test.dart
|
| diff --git a/tests/html/audiobuffersourcenode_test.dart b/tests/html/audiobuffersourcenode_test.dart
|
| index 10fecc9af1861cef9f714ac717ef0b306c837a7c..3e6b9deb14dff227e5bb238a780b91332276d541 100644
|
| --- a/tests/html/audiobuffersourcenode_test.dart
|
| +++ b/tests/html/audiobuffersourcenode_test.dart
|
| @@ -18,7 +18,7 @@ main() {
|
| if(AudioContext.supported) {
|
| var ctx = new AudioContext();
|
| AudioBufferSourceNode node = ctx.createBufferSource();
|
| - node.start(ctx.currentTime, 0, 2);
|
| + node.start(ctx.currentTime, 0.0, 2.0);
|
| node.stop(ctx.currentTime + 2);
|
| expect(node is AudioBufferSourceNode, isTrue);
|
| }
|
|
|