Skip to content

Commit d5bb6f5

Browse files
committed
fix standards
1 parent 64787f6 commit d5bb6f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/QueueTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ public function testQueueJobExpired(): void
6060

6161
public function testFailQueueJob(): void
6262
{
63-
$p = app('queue.failer');
63+
$provider = app('queue.failer');
6464

65-
$this->assertInstanceOf(MongoFailedJobProvider::class, $p);
65+
$this->assertInstanceOf(MongoFailedJobProvider::class, $provider);
6666
}
6767
}

0 commit comments

Comments
 (0)