Skip to content

Commit 15073a0

Browse files
committed
last test to fix
1 parent a80c09c commit 15073a0

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
@@ -51,7 +51,7 @@ public function testCheckInEmailNotSentToUserIfSettingDisabled()
5151
$this->fireCheckInEvent($asset, $user);
5252

5353
Mail::assertNotSent(CheckinAssetMail::class, function($mail) use ($user, $asset) {
54-
return $mail->hasTo($user->email) && $mail->event->checkoutable->id === $asset->id;
54+
return $mail->hasTo($user->email);
5555
}
5656
);
5757
}

0 commit comments

Comments
 (0)