Skip to content

Commit 437b3cd

Browse files
committed
fix conflicts
2 parents 3641016 + cc127c8 commit 437b3cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Feature/Notifications/Email/ExpiringAlertsNotificationTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@ public function testExpiringAssetsEmailNotification()
3131
'archived' => 0,
3232
'deleted_at' => null,
3333
]);
34+
3435
$expiredAsset = Asset::factory()->create([
3536
'purchase_date' => now()->subDays(370)->format('Y-m-d'),
3637
'warranty_months' => 12,
3738
'archived' => 0,
3839
'deleted_at' => null,
3940
]);
41+
4042
$notExpiringAsset = Asset::factory()->create([
4143
'purchase_date' => now()->subDays(330)->format('Y-m-d'),
4244
'warranty_months' => 12,

0 commit comments

Comments
 (0)