Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply fixes from StyleCI
  • Loading branch information
StyleCIBot committed Jan 19, 2025
commit d68d511015c2055b75c3cfd6c33b73bcc73c35a5
1 change: 1 addition & 0 deletions tests/Integration/Queue/UniqueUntilProcessingJobTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public function middleware()
return [
function ($job) {
static::$released = true;

return $job->release(30);
},
];
Expand Down