Fixes for project tests
This commit is contained in:
parent
f3d91c4414
commit
64e0da2958
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue