Skip to content

Commit 86c019e

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

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
@@ -67,7 +67,7 @@ public function testFindFailJobNull(): void
6767
public function testIncrementAttempts(): void
6868
{
6969
$job_id = Queue::push('test1', ['action' => 'QueueJobExpired'], 'test');
70-
$this->assertNotNull($id);
70+
$this->assertNotNull($job_id);
7171
$id = Queue::push('test2', ['action' => 'QueueJobExpired'], 'test');
7272
$this->assertNotNull($id);
7373

0 commit comments

Comments
 (0)