Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Apr 23, 2022
1 parent 5a728e0 commit fb4a895
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/test_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def test_remove_images(input_path, ignoreByteStringObject):
reader = PdfFileReader(input_stream)
if input_path == "side-by-side-subfig.pdf":
extracted_text = reader.getPage(0).extractText()
# TODO: Fix double whitespaces
assert "Lorem ipsum dolor sit amet" in extracted_text

# Cleanup
Expand Down

0 comments on commit fb4a895

Please sign in to comment.