mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01: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([
|
||||
'user_id' => $user_id,
|
||||
'company_id' => $this->company->id,
|
||||
'client_id' => $this->client->id,
|
||||
]);
|
||||
|
||||
$this->expense = Expense::factory()->create([
|
||||
|
Loading…
Reference in New Issue
Block a user