Skip to content

Commit

Permalink
Removed writing pdf files in test module
Browse files Browse the repository at this point in the history
  • Loading branch information
Geraldo Luiz committed Jun 26, 2023
1 parent 688af6b commit 9313f8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ local function genpdf(template, file)
"File generating isn't a pdf '"..template.."'"
)

write_pdf(
pdf_bytes,
join{output_dir, template..".pdf"}
)
--write_pdf(
--pdf_bytes,
--join{output_dir, template..".pdf"}
--)
print(green("OK"))
end

Expand Down

0 comments on commit 9313f8f

Please # to comment.