Skip to content

Commit

Permalink
Remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Brokman committed Sep 7, 2016
1 parent 73752e0 commit 54d2c6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Queue/QueueWorkerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public function test_job_is_not_released_if_it_has_exceeded_max_attempts()
$e = new RuntimeException;

$job = new WorkerFakeJob(function ($job) use ($e) {

// In normal use this would be incremented by being popped off the queue
$job->attempts++;

Expand Down

0 comments on commit 54d2c6b

Please sign in to comment.