Skip to content

Commit 8271437

Browse files
committed
Updated to test failure
1 parent 2ae102f commit 8271437

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
@@ -47,7 +47,7 @@ public function testQueueJobExpired()
4747

4848
// Expect an attempted older job in the queue
4949
$job = Queue::pop('test');
50-
$this->assertEquals(1, $job->attempts());
50+
$this->assertEquals(1, 0);// trying to get a fail test
5151
$this->assertGreaterThan($expiry, $job->reservedAt());
5252

5353
$job->delete();

0 commit comments

Comments
 (0)