From 74dfd9eb3d4c160bbecd172fc9bb22b6e6a77cec Mon Sep 17 00:00:00 2001 From: Tauseef Shah Date: Tue, 24 Sep 2024 16:14:22 +0530 Subject: [PATCH] FIX --- tests/Feature/ReplyTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();