Chromium Code Reviews| Index: tests/html/audiobuffersourcenode_test.dart |
| =================================================================== |
| --- tests/html/audiobuffersourcenode_test.dart (revision 14114) |
| +++ tests/html/audiobuffersourcenode_test.dart (working copy) |
| @@ -12,6 +12,6 @@ |
| AudioBufferSourceNode node = ctx.createBufferSource(); |
| node.start(ctx.currentTime, 0, 2); |
| node.stop(ctx.currentTime + 2); |
| - expect(node is AudioBufferSourceNode); |
| + expect(node is AudioBufferSourceNode, isTrue); |
| }); |
| } |