mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 22:22:32 +01:00
Fixes for tests
This commit is contained in:
parent
5dc4eafde9
commit
6f1171f3b7
@ -219,6 +219,7 @@ trait MockAccountData
|
|||||||
$this->account = Account::factory()->create([
|
$this->account = Account::factory()->create([
|
||||||
'hosted_client_count' => 1000000,
|
'hosted_client_count' => 1000000,
|
||||||
'hosted_company_count' => 1000000,
|
'hosted_company_count' => 1000000,
|
||||||
|
'account_sms_verified' => true,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$this->account->num_users = 3;
|
$this->account->num_users = 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user