Skip to content

Commit

Permalink
Minor housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
samayer12 committed Jul 16, 2020
1 parent 872cf9c commit 0b1f4d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/runConfigurations/Interleave___Simple.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/test_interleave.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def setUpClass(cls):

with open('text/edge_first_paragraph.txt', 'r') as file:
cls.edge_first_paragraph = file.read()

with open('text/edge_final_paragraph.txt', 'r') as file:
cls.edge_final_paragraph = file.read()

Expand Down Expand Up @@ -73,7 +73,7 @@ def setUpClass(cls):
cls.table_title = 'Table 1: PMNs for which EPA untimely published notice of receipt in the Federal Register'

cls.EPA_signature = '/s/'

def test_opens_PDF(self):
self.assertEqual(self.short_text, interleave.convert_pdf_to_txt('PDFs/Simple.pdf'))

Expand Down

0 comments on commit 0b1f4d0

Please sign in to comment.