From 242fd00e8a389ce33856cc00a29e91ff054f628b Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Wed, 12 Feb 2025 11:55:28 -0800 Subject: [PATCH] remove commented dd --- .../Notifications/Email/ExpiringAlertsNotificationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,