Skip to content

Commit

Permalink
Updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenmcc committed Aug 30, 2017
1 parent 7c53431 commit 81953bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/example/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func referenceCompare(fileStr string) (err error) {
err = os.MkdirAll(refDirStr, 0755)
if err == nil {
refFileStr = filepath.Join(refDirStr, baseFileStr)
err = gofpdf.ComparePDFFiles(fileStr, refFileStr)
err = gofpdf.ComparePDFFiles(fileStr, refFileStr, true)
}
return
}
Expand Down

0 comments on commit 81953bc

Please sign in to comment.