removed unused variable from test
This commit is contained in:
parent
15073a0d38
commit
6329f5b87e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class EmailNotificationsUponCheckinTest extends TestCase
|
||||||
|
|
||||||
$this->fireCheckInEvent($asset, $user);
|
$this->fireCheckInEvent($asset, $user);
|
||||||
|
|
||||||
Mail::assertNotSent(CheckinAssetMail::class, function($mail) use ($user, $asset) {
|
Mail::assertNotSent(CheckinAssetMail::class, function($mail) use ($user) {
|
||||||
return $mail->hasTo($user->email);
|
return $mail->hasTo($user->email);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue