close #615 Fixed: Taxes test code missing type column
This commit is contained in:
parent
15606f2034
commit
ae6f71ffea
@ -67,6 +67,7 @@ class TaxesTest extends FeatureTestCase
|
||||
'company_id' => $this->company->id,
|
||||
'name' => $this->faker->text(15),
|
||||
'rate' => $this->faker->randomFloat(2, 10, 20),
|
||||
'type' => 'Normal',
|
||||
'enabled' => $this->faker->boolean ? 1 : 0
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user