Passed
Push — master ( 5b3224...cf7683 )
by Marc
03:44
created
tests/Notifications/NotifiableTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,8 @@
 block discarded – undo
42 42
 
43 43
     /** @test */
44 44
     function route_notification_for_mail() {
45
-       $mail = $this->notifiable->routeNotificationForMail();
46
-       $this->assertSame('[email protected]', $mail[0]);
45
+        $mail = $this->notifiable->routeNotificationForMail();
46
+        $this->assertSame('[email protected]', $mail[0]);
47 47
     }
48 48
 
49 49
     /** @test */
Please login to merge, or discard this patch.