Skip to content

Commit b0d4348

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

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
@@ -520,7 +520,7 @@ public function commentsWithCommentableWithMoreThanTwoCommentsPutsSpaceAfterBloc
520520

521521
$commentText1 = 'I am a teapot.';
522522
$comment1 = new Comment($commentText1);
523-
$commentText2 = 'But I am what.';
523+
$commentText2 = 'But I am not.';
524524
$comment2 = new Comment($commentText2);
525525
$commentText3 = 'So what am I then?';
526526
$comment3 = new Comment($commentText3);

0 commit comments

Comments
 (0)