close #615 Fixed: Taxes test code missing type column

This commit is contained in:
Batuhan Baş 2018-11-10 17:14:46 +03:00
parent 15606f2034
commit ae6f71ffea

View File

@ -67,6 +67,7 @@ class TaxesTest extends FeatureTestCase
'company_id' => $this->company->id, 'company_id' => $this->company->id,
'name' => $this->faker->text(15), 'name' => $this->faker->text(15),
'rate' => $this->faker->randomFloat(2, 10, 20), 'rate' => $this->faker->randomFloat(2, 10, 20),
'type' => 'Normal',
'enabled' => $this->faker->boolean ? 1 : 0 'enabled' => $this->faker->boolean ? 1 : 0
]; ];
} }