rm a couple of comments

This commit is contained in:
spencerrlongg 2025-01-23 12:54:10 -06:00
parent 38d8d3076d
commit 7edff4b2ba

View file

@ -38,8 +38,6 @@ class DepreciationTest extends TestCase
->laptopMbp()
->create(
[
//not sure how this ever worked... do these need a category??
//'category_id' => Category::factory()->assetLaptopCategory()->create(),
'purchase_date' => now()->subDecade()->format("Y-m-d"),
'purchase_cost' => 4000,
]);
@ -63,8 +61,6 @@ class DepreciationTest extends TestCase
->laptopMbp()
->create(
[
//not sure how this ever worked...
//'category_id' => Category::factory()->assetLaptopCategory()->create(),
'purchase_date' => now()->subDecade()->format("Y-m-d"),
'purchase_cost' => 4000,
]);