Skip to content

Commit 7a65199

Browse files
authored
Fix a typo in QueueAllTest
1 parent cab0147 commit 7a65199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/QueueAllTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function testAllRejectsIfHandlerIsInvalid()
2020
Queue::all(1, array(), 'foobar')->then(null, $this->expectCallableOnce());
2121
}
2222

23-
public function testWillResolveWithtEmptyArrayWithoutInvokingHandlerWhenJobsAreEmpty()
23+
public function testWillResolveWithEmptyArrayWithoutInvokingHandlerWhenJobsAreEmpty()
2424
{
2525
$promise = Queue::all(1, array(), $this->expectCallableNever());
2626

0 commit comments

Comments
 (0)