Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mantas-done committed Feb 13, 2024
1 parent 966ad1e commit 4ac30a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/formats/SccTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function testMoreCharactersToCss()
$actual = (new Subtitles())
->add(0, 10, ['®', 'Á', '', ''])
->content('scc');
$this->assertEquals($expected, $actual);
$this->assertStringEqualsStringIgnoringLineEndings($expected, $actual);
}

public function testParsesUppercaseLetters()
Expand Down

0 comments on commit 4ac30a5

Please sign in to comment.