Skip to content

Commit

Permalink
close #615 Fixed: Taxes test code missing type column
Browse files Browse the repository at this point in the history
  • Loading branch information
Batuhan Baş committed Nov 10, 2018
1 parent 15606f2 commit ae6f71f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Feature/Settings/TaxesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ private function getTaxRequest()
'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
];
}
Expand Down

0 comments on commit ae6f71f

Please sign in to comment.