3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-15 23:46:00 +00:00

remove commented dd

This commit is contained in:
Godfrey M
2025-02-12 11:55:28 -08:00
parent c77a1faa69
commit 242fd00e8a

View File

@ -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,