Skip to content

Commit

Permalink
Itemtest request fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Batuhan Baş committed Dec 22, 2018
1 parent 44fe707 commit e51f458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Common/ItemsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private function getItemRequest()
'sale_price' => $this->faker->randomFloat(2, 10, 20),
'quantity' => $this->faker->randomNumber(2),
'category_id' => $this->company->categories()->type('item')->first()->id,
'tax_id' => $this->company->taxes()->enabled()->first()->id,
'tax_id' => '',
'enabled' => $this->faker->boolean ? 1 : 0
];
}
Expand Down

0 comments on commit e51f458

Please sign in to comment.