Skip to content

Commit c1019a6

Browse files
committed
Fixed a new line issue
1 parent a89ac25 commit c1019a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: static/integrity/testsuite/Magento/Test/CustomResultPrinter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ protected function printDefect(TestFailure $defect, int $count): void
3030
if ($this->debug) {
3131
$this->printDefectTrace($defect);
3232
} else {
33-
$this->writeln((string) $defect->exceptionMessage());
33+
$this->write((string) $defect->exceptionMessage()."\n");
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)