Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Jan 9, 2019
1 parent 058c7af commit 4397374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugins/ts-ebml-plugin.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('plugins.ts-ebml-plugin', () => {
player.one('finishConvert', () => {
expect(player.convertedData instanceof Blob).toBeTruthy();
done();
})
});
player.record().converter.convert(blob);
});
});
Expand Down

0 comments on commit 4397374

Please sign in to comment.