Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Commit

Permalink
Remove clock tick from event handler dispose test
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinger committed Jan 22, 2018
1 parent 9b6f84e commit f4ede61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/videojs-contrib-hls.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1948,8 +1948,6 @@ QUnit.test('remove event handlers on dispose', function(assert) {
this.standardXHRResponse(this.requests[0]);
this.standardXHRResponse(this.requests[1]);

this.clock.tick(1);

assert.ok(unscoped > 0, 'has unscoped handlers');

player.dispose();
Expand Down

0 comments on commit f4ede61

Please sign in to comment.