diff --git a/tests/MockAccountData.php b/tests/MockAccountData.php index b1caf098c7..9d6af6a5a1 100644 --- a/tests/MockAccountData.php +++ b/tests/MockAccountData.php @@ -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;