mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for project tests
This commit is contained in:
parent
f3d91c4414
commit
64e0da2958
@ -297,6 +297,7 @@ trait MockAccountData
|
|||||||
$this->project = Project::factory()->create([
|
$this->project = Project::factory()->create([
|
||||||
'user_id' => $user_id,
|
'user_id' => $user_id,
|
||||||
'company_id' => $this->company->id,
|
'company_id' => $this->company->id,
|
||||||
|
'client_id' => $this->client->id,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$this->expense = Expense::factory()->create([
|
$this->expense = Expense::factory()->create([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user