1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

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();