mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
removed unused variable from test
This commit is contained in:
parent
15073a0d38
commit
6329f5b87e
|
@ -50,7 +50,7 @@ class EmailNotificationsUponCheckinTest extends TestCase
|
|||
|
||||
$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);
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue