diff --git a/api/tests/Feature/Notifications/TriggerNewJobPostedTest.php b/api/tests/Feature/Notifications/TriggerNewJobPostedTest.php index 030f93183a6..c2df55d2c00 100644 --- a/api/tests/Feature/Notifications/TriggerNewJobPostedTest.php +++ b/api/tests/Feature/Notifications/TriggerNewJobPostedTest.php @@ -90,7 +90,7 @@ public function testNotifyWhenPublished(): void Notification::assertSentTimes(NewJobPosted::class, 2); } - // triggers a notification when the pool is published + // no notification when the pool is published with the "other" group public function testNothingSentForOtherGroup(): void { $pool = Pool::factory()