Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pachonjcl committed Jan 15, 2025
1 parent 232e34c commit 0b82412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Models/V2/ScheduledJobs/ScheduledJobsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function test_task_due_ignore_started_entities()
]);
$nursery = Nursery::factory()->terrafund()->create([
'project_id' => $project->id,
'status' => EntityStatusStateMachine::STARTED
'status' => EntityStatusStateMachine::STARTED,
]);
TaskDueJob::createTaskDue(Carbon::now()->subDay(), 'terrafund', $dueAt);

Expand Down

0 comments on commit 0b82412

Please sign in to comment.