mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -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);
|
$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…
Reference in a new issue