Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
avanbrunt-cb committed Oct 30, 2023
1 parent 4ccadb8 commit b131cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/unit/test_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_send_file(wipe_tmp):

# Read only file in tmp directory
with output_file_path.open() as file:
assert file.readline() == "Hello World"
assert file.readline() == "Hello World\n"


def test_send_file_invalid(caplog, wipe_tmp):
Expand Down

0 comments on commit b131cab

Please sign in to comment.