Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
saraswatpuneet committed Sep 3, 2023
1 parent 7a7eec9 commit 25eca3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pdf_ingestor.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async def poll_and_print():
assert ingested is not None
if ingested is not "" or ingested is not None:
counter += 1
assert counter == 19
assert counter == 19 # 19 pages in the PDF

await poll_and_print() # Notice the use of await here

Expand Down

0 comments on commit 25eca3e

Please sign in to comment.