Skip to content

Commit

Permalink
Fix reference PDF files for 4 unit tests - close #877 (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C authored Aug 4, 2023
1 parent 251d646 commit f922078
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified test/encryption/encrypt_fonts.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion test/encryption/test_encryption.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def fixed_iv(size):
assert_pdf_equal(pdf, HERE / "encryption_aes256_user_password.pdf", tmp_path)


def test_blank_owner_password(tmp_path):
def test_blank_owner_password():
pdf = FPDF()
pdf.set_encryption(
owner_password="",
Expand Down
Binary file modified test/fonts/charmap_first_999_chars-Quicksand-Regular.pdf
Binary file not shown.
Binary file modified test/fonts/fallback_font_with_overriden_get_fallback_font.pdf
Binary file not shown.
Binary file modified test/fonts/fonts_otf.pdf
Binary file not shown.

0 comments on commit f922078

Please sign in to comment.