Skip to content

Commit 6329f5b

Browse files
committed
removed unused variable from test
1 parent 15073a0 commit 6329f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Notifications/Email/EmailNotificationsUponCheckinTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function testCheckInEmailNotSentToUserIfSettingDisabled()
5050

5151
$this->fireCheckInEvent($asset, $user);
5252

53-
Mail::assertNotSent(CheckinAssetMail::class, function($mail) use ($user, $asset) {
53+
Mail::assertNotSent(CheckinAssetMail::class, function($mail) use ($user) {
5454
return $mail->hasTo($user->email);
5555
}
5656
);

0 commit comments

Comments
 (0)