Skip to content

Commit f337be0

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

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
@@ -543,7 +543,7 @@ public function commentsWithCommentableWithMoreThanTwoCommentsSeparatesCommentsB
543543

544544
$commentText1 = 'I am a teapot.';
545545
$comment1 = new Comment($commentText1);
546-
$commentText2 = 'But I am what.';
546+
$commentText2 = 'But I am not.';
547547
$comment2 = new Comment($commentText2);
548548
$commentText3 = 'So what am I then?';
549549
$comment3 = new Comment($commentText3);

0 commit comments

Comments
 (0)