Skip to content

Commit

Permalink
chore: fix tests, remove qunit only
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzianis Dashkevich committed Nov 27, 2023
1 parent 9f2a4de commit be4222f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/videojs-http-streaming.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ QUnit.test('VhsHandler is referenced by player.tech().vhs', function(assert) {
);
});

QUnit.test.only('options are updated when setOptions is called', function(assert) {
QUnit.test('options are updated when setOptions is called', function(assert) {
this.player.src({
src: 'manifest/playlist.m3u8',
type: 'application/vnd.apple.mpegurl'
Expand Down

0 comments on commit be4222f

Please sign in to comment.