diff --git a/test/plugins/ts-ebml-plugin.spec.js b/test/plugins/ts-ebml-plugin.spec.js index 440af26b..908c6380 100644 --- a/test/plugins/ts-ebml-plugin.spec.js +++ b/test/plugins/ts-ebml-plugin.spec.js @@ -32,7 +32,7 @@ describe('plugins.ts-ebml-plugin', () => { player.one('finishConvert', () => { expect(player.convertedData instanceof Blob).toBeTruthy(); done(); - }) + }); player.record().converter.convert(blob); }); });