From 1091a279afbc8c3e388c8d4cd37f345839ee47f5 Mon Sep 17 00:00:00 2001 From: Adrian Hopek Date: Mon, 21 Mar 2022 10:06:31 +0100 Subject: [PATCH] fix --- tests/Unit/VacationRequestNotificationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/VacationRequestNotificationTest.php b/tests/Unit/VacationRequestNotificationTest.php index 333c290..18c4035 100644 --- a/tests/Unit/VacationRequestNotificationTest.php +++ b/tests/Unit/VacationRequestNotificationTest.php @@ -105,6 +105,6 @@ class VacationRequestNotificationTest extends TestCase $rejectAction->execute($vacationRequest, $technicalApprover); Notification::assertSentTo([$technicalApprover, $admin, $administrativeApprover], VacationRequestStatusChangedNotification::class); - Notification::assertTimesSent(3,VacationRequestStatusChangedNotification::class); + Notification::assertTimesSent(3, VacationRequestStatusChangedNotification::class); } }