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(); $fake_email = $this->faker->email();
$this->account = Account::factory()->create([ $this->account = Account::factory()->create([
'hosted_client_count' => 1000, 'hosted_client_count' => 1000000,
'hosted_company_count' => 1000, 'hosted_company_count' => 1000000,
]); ]);
$this->account->num_users = 3; $this->account->num_users = 3;