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,7 +17,6 @@ class DepreciationTest extends TestCase
|
||||||
$depreciation = Depreciation::factory()->create();
|
$depreciation = Depreciation::factory()->create();
|
||||||
|
|
||||||
AssetModel::factory()
|
AssetModel::factory()
|
||||||
->mbp13Model()
|
|
||||||
->count(5)
|
->count(5)
|
||||||
->create(
|
->create(
|
||||||
[
|
[
|
||||||
|
@ -25,7 +24,6 @@ class DepreciationTest extends TestCase
|
||||||
'depreciation_id' => $depreciation->id
|
'depreciation_id' => $depreciation->id
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
||||||
$this->assertEquals(5, $depreciation->models->count());
|
$this->assertEquals(5, $depreciation->models->count());
|
||||||
}
|
}
|
||||||
public function testDepreciationAmount()
|
public function testDepreciationAmount()
|
||||||
|
|
Loading…
Add table
Reference in a new issue