We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8271437 commit 6b6e3c7Copy full SHA for 6b6e3c7
tests/QueueTest.php
@@ -47,7 +47,7 @@ public function testQueueJobExpired()
47
48
// Expect an attempted older job in the queue
49
$job = Queue::pop('test');
50
- $this->assertEquals(1, 0);// trying to get a fail test
+ $this->assertEquals(1, $job->attempts());
51
$this->assertGreaterThan($expiry, $job->reservedAt());
52
53
$job->delete();
0 commit comments