mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
rm a couple of comments
This commit is contained in:
parent
38d8d3076d
commit
7edff4b2ba
|
@ -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,
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue