Commit 59546dcf authored by Denisson Leal's avatar Denisson Leal

fix standards

parent 5c2a5708
...@@ -60,8 +60,8 @@ class QueueTest extends TestCase ...@@ -60,8 +60,8 @@ class QueueTest extends TestCase
public function testFailQueueJob(): void public function testFailQueueJob(): void
{ {
$p = app('queue.failer'); $provider = app('queue.failer');
$this->assertInstanceOf(MongoFailedJobProvider::class, $p); $this->assertInstanceOf(MongoFailedJobProvider::class, $provider);
} }
} }
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