Skip to content

Commit

Permalink
Fix a typo in QueueAllTest
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jul 28, 2023
1 parent cab0147 commit 7a65199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/QueueAllTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function testAllRejectsIfHandlerIsInvalid()
Queue::all(1, array(), 'foobar')->then(null, $this->expectCallableOnce());
}

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

Expand Down

0 comments on commit 7a65199

Please sign in to comment.