Skip to content

Commit 9c8e97d

Browse files
committed
Update a test
1 parent c64665b commit 9c8e97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test_get_pdf_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ def test_get_pdf_text(self):
77
pdf = ("https://nostarch.com/download/"
88
"Automate_the_Boring_Stuff_sample_ch17.pdf")
99
pdf_text = self.get_pdf_text(pdf, page=1)
10-
print(pdf_text)
10+
print("\n" + pdf_text)

0 commit comments

Comments
 (0)