Skip to content

Commit 881c789

Browse files
committed
add usuage of withoutactionlog
1 parent fea0189 commit 881c789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Notifications/Email/AssetAcceptanceReminderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function testReminderIsSentToUser()
112112
foreach ($checkoutTypes as $modelClass => $mailable) {
113113

114114
$item = $modelClass::factory()->create();
115-
$acceptance = CheckoutAcceptance::factory()->pending()->create([
115+
$acceptance = CheckoutAcceptance::factory()->withoutActionLog()->pending()->create([
116116
'checkoutable_id' => $item->id,
117117
'checkoutable_type' => $modelClass,
118118
'assigned_to_id' => $assignee->id,

0 commit comments

Comments
 (0)