We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be507c7 commit 07bb7e8Copy full SHA for 07bb7e8
tests/SendGridChannelTest.php
@@ -28,7 +28,7 @@ public function testEmailIsSentViaSendGrid()
28
);
29
30
$response = Mockery::mock(Response::class);
31
- $response->shouldReceive('statusCode')->once()->andReturn(200);
+ $response->shouldReceive('statusCode')->andReturn(200);
32
33
$message = $notification->toSendGrid($notifiable);
34
0 commit comments