Skip to content

Commit c1ea92e

Browse files
denissonlealesron
andauthored
change var name
Co-Authored-By: esron <[email protected]>
1 parent 86c019e commit c1ea92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/QueueTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function testIncrementAttempts(): void
6868
{
6969
$job_id = Queue::push('test1', ['action' => 'QueueJobExpired'], 'test');
7070
$this->assertNotNull($job_id);
71-
$id = Queue::push('test2', ['action' => 'QueueJobExpired'], 'test');
71+
$job_id = Queue::push('test2', ['action' => 'QueueJobExpired'], 'test');
7272
$this->assertNotNull($id);
7373

7474
$job = Queue::pop('test');

0 commit comments

Comments
 (0)