attempt to fix failing test

This commit is contained in:
Lucas D Hedding 2024-09-04 08:43:56 -06:00
parent 5b9af52ba1
commit f9465b6288
No known key found for this signature in database
GPG Key ID: EAA3108D0077A8B9

View File

@ -48,7 +48,8 @@ class TaskStatusApiTest extends TestCase
{
TaskStatus::factory()->count(5)->create([
'company_id' => $this->company->id,
'user_id' => $this->user->id
'user_id' => $this->user->id,
'status_order' => 99999,
]);