Skip to content

Commit 49c47ba

Browse files
oliverkleeJakeQZ
andcommitted
Update tests/Unit/OutputFormatterTest.php
Co-authored-by: JakeQZ <[email protected]>
1 parent 7e99bd1 commit 49c47ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/OutputFormatterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ public function commentsWithCommentableWithTwoCommentsSeparatesCommentsBySpaceBe
491491

492492
$commentText1 = 'This is a comment 1.';
493493
$comment1 = new Comment($commentText1);
494-
$commentText2 = 'This is a comment 2.';
494+
$commentText2 = 'You like pears.';
495495
$comment2 = new Comment($commentText2);
496496
$commentable = $this->createMock(Commentable::class);
497497
$commentable->method('getComments')->willReturn([$comment1, $comment2]);

0 commit comments

Comments
 (0)