Skip to content

Commit d094ac9

Browse files
fix: add new line at the end of a file
1 parent d9c3b4a commit d094ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_test_unstructured_client/integration/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,4 +422,4 @@ def test_returns_422_for_invalid_pdf(
422422
client.general.partition(request=req)
423423

424424
assert "File does not appear to be a valid PDF" in caplog.text
425-
assert "422" in caplog.text
425+
assert "422" in caplog.text

0 commit comments

Comments
 (0)