Skip to content

Commit

Permalink
Update test/manifest.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Garrett Singer <[email protected]>
  • Loading branch information
brandonocasey and gesinger authored Apr 5, 2021
1 parent 088ee6e commit d7c30d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/manifest.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ QUnit.module('manifest', function() {
assert.equal(manifest.targetDuration, 100, 'target duration is 100');
});

QUnit.test('sets target duration to largest 10 without segments', function(assert) {
QUnit.test('sets target duration to 10 without segments', function(assert) {
let manifestString = '#EXTM3U\n' +
'#EXT-X-VERSION:3\n' +
'#EXT-X-PLAYLIST-TYPE:VOD\n' +
Expand Down

0 comments on commit d7c30d2

Please sign in to comment.