Skip to content

Commit

Permalink
Skip copyright line in test
Browse files Browse the repository at this point in the history
  • Loading branch information
skef committed Jan 11, 2024
1 parent cdef7b3 commit 79dbb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tx_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1677,7 +1677,7 @@ def test_alt_missing_glyph():
assert msg in output
expected_path = generate_ps_dump(expected_path)
output_path = generate_ps_dump(output_path)
assert differ([expected_path, output_path])
assert differ([expected_path, output_path, '-s', PFA_SKIP[0]])


def test_parsing_attrs_bug1673():
Expand Down

0 comments on commit 79dbb76

Please sign in to comment.