Update a test

This commit is contained in:
Michael Mintz 2019-11-29 00:14:05 -05:00
parent c64665b7cd
commit 9c8e97d9f0
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ class PdfTestClass(BaseCase):
pdf = ("https://nostarch.com/download/"
"Automate_the_Boring_Stuff_sample_ch17.pdf")
pdf_text = self.get_pdf_text(pdf, page=1)
print(pdf_text)
print("\n" + pdf_text)