minor fixes for tests
This commit is contained in:
parent
bb0d91a30f
commit
7d75bdb070
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
namespace Tests\Feature;
|
||||
|
||||
use App\Models\Product;
|
||||
use App\Models\RecurringInvoice;
|
||||
use App\Models\Subscription;
|
||||
use App\Utils\Traits\MakesHash;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
|
@ -91,6 +92,7 @@ class SubscriptionApiTest extends TestCase
|
|||
$product = Product::factory()->create([
|
||||
'company_id' => $this->company->id,
|
||||
'user_id' => $this->user->id,
|
||||
'frequency_id' => RecurringInvoice::FREQUENCY_MONTHLY,
|
||||
]);
|
||||
|
||||
$response1 = $this
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue