Removed MBP constraint on model
This was creating a validation error since the name already exists Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
a79fe69bf4
commit
e8deecc9b4
1 changed files with 1 additions and 3 deletions
|
@ -17,15 +17,13 @@ class DepreciationTest extends TestCase
|
|||
$depreciation = Depreciation::factory()->create();
|
||||
|
||||
AssetModel::factory()
|
||||
->mbp13Model()
|
||||
->count(5)
|
||||
->create(
|
||||
[
|
||||
'category_id' => Category::factory()->assetLaptopCategory()->create(),
|
||||
'depreciation_id' => $depreciation->id
|
||||
]);
|
||||
|
||||
|
||||
|
||||
$this->assertEquals(5, $depreciation->models->count());
|
||||
}
|
||||
public function testDepreciationAmount()
|
||||
|
|
Loading…
Add table
Reference in a new issue