Skip to content

Commit

Permalink
update test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jforbes committed Jan 16, 2018
1 parent e6488f2 commit 6efc580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/videojs-http-streaming.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2008,9 +2008,9 @@ QUnit.test('the source handler supports DASH mime types', function(assert) {

assert.notOk(HlsSourceHandler('flash').canHandleSource({
type: 'aPplication/dAsh+xMl'
}), 'supports application/dash+xml');
}), 'does not support application/dash+xml');
assert.notOk(HlsSourceHandler('flash').canPlayType('aPpLicAtion/DaSh+XmL'),
'supports application/dash+xml');
'does not support application/dash+xml');
});

QUnit.test('the source handler does not support non HLS/DASH mime types',
Expand Down

0 comments on commit 6efc580

Please sign in to comment.