fixed last test, definetly the last test

This commit is contained in:
Godfrey M 2024-10-24 09:40:10 -07:00
parent 6329f5b87e
commit 57107c487c

View file

@ -46,7 +46,11 @@ class EmailNotificationsUponCheckinTest extends TestCase
$user = User::factory()->create();
$asset = Asset::factory()->assignedToUser($user)->create();
$asset->model->category->update(['checkin_email' => false]);
$asset->model->category->update([
'checkin_email' => false,
'eula_text' => null,
'require_acceptance' => false,
]);
$this->fireCheckInEvent($asset, $user);