diff --git a/tests/Unit/Comment/CommentTest.php b/tests/Unit/Comment/CommentTest.php index 84142082..c149b9a4 100644 --- a/tests/Unit/Comment/CommentTest.php +++ b/tests/Unit/Comment/CommentTest.php @@ -47,7 +47,7 @@ public function getCommentInitiallyReturnsCommentPassedToConstructor(): void /** * @test */ - public function setCommentSetsComments(): void + public function setCommentSetsComment(): void { $comment = 'There is no spoon.'; $subject = new Comment();