Skip to content

Commit

Permalink
Test for relevant characters before and after "SMask"
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Aug 7, 2023
1 parent 5c59807 commit 73bd40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_file_pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_p_alpha(tmp_path):
# Assert
with open(outfile, "rb") as fp:
contents = fp.read()
assert b"SMask" in contents
assert b"\n/SMask " in contents


def test_monochrome(tmp_path):
Expand Down

0 comments on commit 73bd40b

Please sign in to comment.