Skip to content

Commit 163b688

Browse files
committed
Merge branch 'bug/mishandling-empty-log-entries' of github.com:opcodesio/log-viewer into bug/mishandling-empty-log-entries
2 parents 2ce24c0 + b074795 commit 163b688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/ProcessingLaravelLogEntriesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
]);
9696

9797
it('handles missing message', function () {
98-
$text = "[2022-11-07 17:51:33] production.ERROR: ";
98+
$text = '[2022-11-07 17:51:33] production.ERROR: ';
9999

100100
$log = new Log(0, $text, 'laravel.log', 0);
101101

0 commit comments

Comments
 (0)