Skip to content

Commit

Permalink
Update test names
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Aug 26, 2016
1 parent fcce3d0 commit be4cd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Notifications/NotificationMailChannelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function testMailIsSentByChannel()
$mailer = Mockery::mock(Illuminate\Contracts\Mail\Mailer::class)
);

$view = ['notifications::email.html', 'notifications::email.text'];
$view = ['notifications::email', 'notifications::email-plain'];

$mailer->shouldReceive('send')->with($view, $data, Mockery::type('Closure'));

Expand Down

0 comments on commit be4cd4b

Please sign in to comment.