mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 07:44:38 -04:00
Fixes for testsg
This commit is contained in:
parent
62fe99c2d5
commit
f0b532847d
@ -99,6 +99,8 @@ class ShopInvoiceTest extends TestCase
|
|||||||
$this->company->enable_shop_api = true;
|
$this->company->enable_shop_api = true;
|
||||||
$this->company->save();
|
$this->company->save();
|
||||||
|
|
||||||
|
Product::truncate();
|
||||||
|
|
||||||
$product = Product::factory()->create([
|
$product = Product::factory()->create([
|
||||||
'user_id' => $this->user->id,
|
'user_id' => $this->user->id,
|
||||||
'company_id' => $this->company->id,
|
'company_id' => $this->company->id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user