removed unused variable from test
This commit is contained in:
@@ -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);
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user