mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
remove commented dd
This commit is contained in:
parent
c77a1faa69
commit
242fd00e8a
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue