Unverified Commit 86c019e5 authored by Denisson Leal's avatar Denisson Leal Committed by GitHub

change var name

Co-Authored-By: 's avataresron <esron.dtamar@gmail.com>
parent fb42690c
......@@ -67,7 +67,7 @@ class QueueTest extends TestCase
public function testIncrementAttempts(): void
{
$job_id = Queue::push('test1', ['action' => 'QueueJobExpired'], 'test');
$this->assertNotNull($id);
$this->assertNotNull($job_id);
$id = Queue::push('test2', ['action' => 'QueueJobExpired'], 'test');
$this->assertNotNull($id);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment