Skip to content

Commit

Permalink
Test size
Browse files Browse the repository at this point in the history
  • Loading branch information
veghp committed Apr 18, 2024
1 parent 29e6901 commit 4c2f3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def test_write_pdf_report(tmpdir):

with open(pdf_path, "rb") as f:
filesize = len(f.read())
assert filesize > 40000
assert filesize > 10000

0 comments on commit 4c2f3e3

Please sign in to comment.