Skip to content

Commit 07bb7e8

Browse files
committed
tests: fix test case
1 parent be507c7 commit 07bb7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SendGridChannelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function testEmailIsSentViaSendGrid()
2828
);
2929

3030
$response = Mockery::mock(Response::class);
31-
$response->shouldReceive('statusCode')->once()->andReturn(200);
31+
$response->shouldReceive('statusCode')->andReturn(200);
3232

3333
$message = $notification->toSendGrid($notifiable);
3434

0 commit comments

Comments
 (0)