Skip to content

Commit 1eccbc9

Browse files
JVercoutgithub-actions[bot]
authored andcommitted
Fix styling
1 parent febffa2 commit 1eccbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/NotificationEventSubscriberTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function it_listens_notification_sent_event(): void
2020
Log::shouldReceive('info')->with('notification is being sent to foo@bar.com via mail')->once();
2121

2222
// Act
23-
Notification::route('mail', 'foo@bar.com')->notify(new TestNotification());
23+
Notification::route('mail', 'foo@bar.com')->notify(new TestNotification);
2424
}
2525
}
2626

0 commit comments

Comments
 (0)