add usuage of withoutactionlog

This commit is contained in:
Godfrey M
2025-09-24 15:45:01 -07:00
parent fea0189479
commit 881c789a75

View File

@@ -112,7 +112,7 @@ class AssetAcceptanceReminderTest extends TestCase
foreach ($checkoutTypes as $modelClass => $mailable) {
$item = $modelClass::factory()->create();
$acceptance = CheckoutAcceptance::factory()->pending()->create([
$acceptance = CheckoutAcceptance::factory()->withoutActionLog()->pending()->create([
'checkoutable_id' => $item->id,
'checkoutable_type' => $modelClass,
'assigned_to_id' => $assignee->id,