Skip to content

Commit

Permalink
TOTAL-DURATION -> TARGETDURATION
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Jan 22, 2021
1 parent d2e45ee commit 938cb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parser.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ QUnit.module('m3u8s', function(hooks) {

}
});
QUnit.test('warn when #EXT-X-TOTAL-DURATION is invalid', function(assert) {
QUnit.test('warn when #EXT-X-TARGETDURATION is invalid', function(assert) {
this.parser.push([
'#EXT-X-VERSION:3',
'#EXT-X-MEDIA-SEQUENCE:0',
Expand Down

0 comments on commit 938cb5a

Please sign in to comment.