Skip to content

Commit

Permalink
Update mocking.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 3, 2020
1 parent 6c13ab9 commit 6772127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocking.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ As an alternative to mocking, you may use the `Queue` facade's `fake` method to
new FinalJob('bar'),
]);

// Assert a job was pushed without chain of jobs...
// Assert a job was pushed without a chain of jobs...
Queue::assertPushedWithoutChain(ShipOrder::class);
}
}
Expand Down

0 comments on commit 6772127

Please sign in to comment.