1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Fixes for testsg

This commit is contained in:
David Bomba 2020-10-16 08:45:46 +11:00
parent 62fe99c2d5
commit f0b532847d

View File

@ -99,6 +99,8 @@ class ShopInvoiceTest extends TestCase
$this->company->enable_shop_api = true;
$this->company->save();
Product::truncate();
$product = Product::factory()->create([
'user_id' => $this->user->id,
'company_id' => $this->company->id,