diff --git a/tests/Feature/Notifications/Email/ExpiringAlertsNotificationTest.php b/tests/Feature/Notifications/Email/ExpiringAlertsNotificationTest.php index 2e15100c2b..0860d2efe7 100644 --- a/tests/Feature/Notifications/Email/ExpiringAlertsNotificationTest.php +++ b/tests/Feature/Notifications/Email/ExpiringAlertsNotificationTest.php @@ -30,7 +30,7 @@ class ExpiringAlertsNotificationTest extends TestCase 'archived' => 0, 'deleted_at' => null, ]); -// dd($expiringAsset); + $expiredAsset = Asset::factory()->create([ 'purchase_date' => now()->subMonths(13)->format('Y-m-d'), 'warranty_months' => 12,