Skip to content

Commit a4d9d4e

Browse files
committed
fix(tests): Update assertion message for line ending normalization test.
1 parent d90df75 commit a4d9d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestSupportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function testNormalizeLineEndingsWhenStringsAreIdenticalWithLineEndings()
5555
self::assertSame(
5656
self::normalizeLineEndings("foo\r\nbar"),
5757
self::normalizeLineEndings("foo\nbar"),
58-
'Should produce the same normalized string for CRLF and LF inputs.',
58+
"Should produce the same normalized string for 'CRLF' and 'LF' inputs.",
5959
);
6060
}
6161

0 commit comments

Comments
 (0)