diff --git a/tests/Feature/ReplyTest.php b/tests/Feature/ReplyTest.php index 281374d07..075c3c04e 100644 --- a/tests/Feature/ReplyTest.php +++ b/tests/Feature/ReplyTest.php @@ -215,7 +215,7 @@ } $this->assertTrue($tested); -})->only(); +}); test('users are not notified when mentioned in an edited reply', function () { Notification::fake();