Skip to content

Commit

Permalink
Remove format, it should be detected automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
mantas-done committed Jul 24, 2023
1 parent 0277395 commit 07acf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/formats/VttTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public function testTimeFormats()
00:03.30 --> 00:04.40
two
TEXT;
$actual = (new Subtitles())->loadFromString($given, 'vtt')->getInternalFormat();
$actual = (new Subtitles())->loadFromString($given)->getInternalFormat();
$expected = (new Subtitles())
->add(1.1, 2.5, 'one')
->add(3.3, 4.4, 'two')
Expand Down

0 comments on commit 07acf11

Please sign in to comment.