Skip to content

Commit

Permalink
Merge pull request #49 from RVP04/patch-2
Browse files Browse the repository at this point in the history
Update testing-pdfs.md
  • Loading branch information
freekmurze authored Jan 22, 2024
2 parents 804647f + ca1add4 commit 8d9dbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-usage/testing-pdfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ it('can download an invoice', function () {
Pdf::assertRespondedWithPdf(function (PdfBuilder $pdf) {
return $pdf->downloadName === 'invoice-for-april-2022.pdf'
&& $pdf->isDownload()
&& str_contains($pdf->html, 'Your total for April is $10.00'));
&& str_contains($pdf->html, 'Your total for April is $10.00');
});
});
```
Expand Down

0 comments on commit 8d9dbd9

Please sign in to comment.