mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 11:24:28 -04:00
attempt to fix failing test
This commit is contained in:
parent
5b9af52ba1
commit
f9465b6288
@ -48,7 +48,8 @@ class TaskStatusApiTest extends TestCase
|
|||||||
{
|
{
|
||||||
TaskStatus::factory()->count(5)->create([
|
TaskStatus::factory()->count(5)->create([
|
||||||
'company_id' => $this->company->id,
|
'company_id' => $this->company->id,
|
||||||
'user_id' => $this->user->id
|
'user_id' => $this->user->id,
|
||||||
|
'status_order' => 99999,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user