Skip to content

Commit 518443c

Browse files
denissonlealesron
andauthored
Update tests/QueueTest.php
Co-Authored-By: esron <[email protected]>
1 parent c1ea92e commit 518443c

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
@@ -69,7 +69,7 @@ public function testIncrementAttempts(): void
6969
$job_id = Queue::push('test1', ['action' => 'QueueJobExpired'], 'test');
7070
$this->assertNotNull($job_id);
7171
$job_id = Queue::push('test2', ['action' => 'QueueJobExpired'], 'test');
72-
$this->assertNotNull($id);
72+
$this->assertNotNull($job_id);
7373

7474
$job = Queue::pop('test');
7575
$this->assertEquals(1, $job->attempts());

0 commit comments

Comments
 (0)