Skip to content

Commit

Permalink
Fix. (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
westy92 authored Aug 27, 2023
1 parent e82fb1a commit dfb7f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ describe('HtmlPdf', () => {
const html = `
<html>
<body>
<img src="https://github.com/westy92/html-pdf-chrome/raw/master/test/75.png"></img>
<img src="https://github.com/westy92/html-pdf-chrome/raw/main/test/75.png"></img>
</body>
</html>
`;
Expand Down

0 comments on commit dfb7f41

Please sign in to comment.