Skip to content

Commit

Permalink
Tests: actually assert result of file comparisons in extractres test
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Nov 21, 2024
1 parent a200c79 commit 01d7038
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_extractres.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ def test_extractres(
regenerate_input,
regenerate_expected,
)
compare_text_files(
assert compare_text_files(
capsys,
datafiles / "ISO-8859-1Encoding.enc",
datafiles / "ISO-8859-1Encoding-expected.enc",
)
compare_text_files(
assert compare_text_files(
capsys,
datafiles / "a2ps-a2ps-hdr2.02.ps",
datafiles / "a2ps-a2ps-hdr2.02-expected.ps",
)
compare_text_files(
assert compare_text_files(
capsys,
datafiles / "a2ps-black+white-Prolog2.01.ps",
datafiles / "a2ps-black+white-Prolog2.01-expected.ps",
Expand Down

0 comments on commit 01d7038

Please sign in to comment.