We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea0189 commit 881c789Copy full SHA for 881c789
tests/Feature/Notifications/Email/AssetAcceptanceReminderTest.php
@@ -112,7 +112,7 @@ public function testReminderIsSentToUser()
112
foreach ($checkoutTypes as $modelClass => $mailable) {
113
114
$item = $modelClass::factory()->create();
115
- $acceptance = CheckoutAcceptance::factory()->pending()->create([
+ $acceptance = CheckoutAcceptance::factory()->withoutActionLog()->pending()->create([
116
'checkoutable_id' => $item->id,
117
'checkoutable_type' => $modelClass,
118
'assigned_to_id' => $assignee->id,
0 commit comments