mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fix test helper
This commit is contained in:
parent
9a93ad2e06
commit
15b8140bff
|
@ -168,6 +168,6 @@ class SlackNotificationsUponCheckinTest extends TestCase
|
||||||
|
|
||||||
private function assertNoSlackNotificationSent(string $notificationClass)
|
private function assertNoSlackNotificationSent(string $notificationClass)
|
||||||
{
|
{
|
||||||
Notification::assertNotSentTo(new AnonymousNotifiable, CheckinAccessoryNotification::class);
|
Notification::assertNotSentTo(new AnonymousNotifiable, $notificationClass);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue