mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:34:30 -04:00
Fixes for tests
This commit is contained in:
parent
973a25b834
commit
1f5a174f6b
@ -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->num_users = 3;
|
||||||
$this->account->save();
|
$this->account->save();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user