Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Dec 8, 2022
1 parent 1a7445d commit f8b7961
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/text/ttml_text_parser_unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,8 @@ describe('TtmlTextParser', () => {
' <span style="s1">Emo look.<br/>I mean listen.</span>' +
' </p>' +
'</div></body></tt>',
{periodStart: 0, segmentStart: 160, segmentEnd: 170, vttOffset: 0});
{periodStart: 0, segmentStart: 160, segmentEnd: 170, vttOffset: 0},
{});

verifyHelper(
[
Expand All @@ -2046,7 +2047,8 @@ describe('TtmlTextParser', () => {
' <span style="s1">Emo look.<br/>I mean listen.</span>' +
' </p>' +
'</div></body></tt>',
{periodStart: 0, segmentStart: 170, segmentEnd: 180, vttOffset: 0});
{periodStart: 0, segmentStart: 170, segmentEnd: 180, vttOffset: 0},
{});
});

/**
Expand Down

0 comments on commit f8b7961

Please sign in to comment.