Fixes for tests

This commit is contained in:
David Bomba 2022-02-01 17:57:36 +11:00
parent 973a25b834
commit 1f5a174f6b

View File

@ -177,7 +177,11 @@ trait MockAccountData
}
}
$this->account = Account::factory()->create();
$this->account = Account::factory()->create([
'hosted_client_count' => 1000,
'hosted_company_count' => 1000
]);
$this->account->num_users = 3;
$this->account->save();