Skip to content

Commit

Permalink
styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Bailey committed Dec 10, 2023
1 parent 349cf5b commit a4610f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/Queue/JobChainingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ public function __construct(string $id, int $times = 0)
public function handle()
{
for ($i = 0; $i < $this->times; $i++) {
$this->batch()->add(new JobChainingTestBatchedJob($this->id . '-' . $i));
$this->batch()->add(new JobChainingTestBatchedJob($this->id.'-'.$i));
}
JobRunRecorder::record($this->id);
}
Expand Down

0 comments on commit a4610f4

Please sign in to comment.