Fix test helper

This commit is contained in:
Marcus Moore 2024-02-27 17:48:17 -08:00
parent 9a93ad2e06
commit 15b8140bff
No known key found for this signature in database

View file

@ -168,6 +168,6 @@ class SlackNotificationsUponCheckinTest extends TestCase
private function assertNoSlackNotificationSent(string $notificationClass)
{
Notification::assertNotSentTo(new AnonymousNotifiable, CheckinAccessoryNotification::class);
Notification::assertNotSentTo(new AnonymousNotifiable, $notificationClass);
}
}