1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Fixes for tests

This commit is contained in:
David Bomba 2023-02-20 21:12:19 +11:00
parent a190c61a72
commit e6fb8acdbc

View File

@ -217,8 +217,8 @@ trait MockAccountData
$fake_email = $this->faker->email();
$this->account = Account::factory()->create([
'hosted_client_count' => 1000,
'hosted_company_count' => 1000,
'hosted_client_count' => 1000000,
'hosted_company_count' => 1000000,
]);
$this->account->num_users = 3;