Skip to content

Commit

Permalink
post rebase comment addition
Browse files Browse the repository at this point in the history
  • Loading branch information
taddes committed Jan 30, 2024
1 parent df462ed commit 5aed9e3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/integration/test_integration_all_rust.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,12 +480,8 @@ def _get_vapid(


def enqueue_output(out, queue):
<<<<<<< HEAD
for line in iter(out.readline, ""):
=======
"""Add lines from the out buffer to the provided queue."""
for line in iter(out.readline, b""):
>>>>>>> f775454 (review comments for clearer test functions)
for line in iter(out.readline, ""):
queue.put(line)
out.close()

Expand Down

0 comments on commit 5aed9e3

Please sign in to comment.