1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Fixes for tests

This commit is contained in:
David Bomba 2023-03-15 10:59:40 +11:00
parent 5dc4eafde9
commit 6f1171f3b7

View File

@ -219,6 +219,7 @@ trait MockAccountData
$this->account = Account::factory()->create([
'hosted_client_count' => 1000000,
'hosted_company_count' => 1000000,
'account_sms_verified' => true,
]);
$this->account->num_users = 3;