Skip to content

Commit b131cab

Browse files
committed
Fix broken test
1 parent 4ccadb8 commit b131cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/unit/test_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def test_send_file(wipe_tmp):
143143

144144
# Read only file in tmp directory
145145
with output_file_path.open() as file:
146-
assert file.readline() == "Hello World"
146+
assert file.readline() == "Hello World\n"
147147

148148

149149
def test_send_file_invalid(caplog, wipe_tmp):

0 commit comments

Comments
 (0)