Skip to content

Commit 4a57827

Browse files
committed
formatting
1 parent 9dfd536 commit 4a57827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_test_unstructured_client/integration/test_decorators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ def test_integration_split_pdf_has_same_output_as_non_split(
4141
concurrency_level: int, filename: str, expected_ok: bool, strategy: str
4242
):
4343
"""
44-
Tests that output that we get from the split-by-page pdf is the same as from non-split.
44+
Test that the output we get from the split-by-page pdf is the same as from non-split.
4545
4646
Requires unstructured-api running in bg. See Makefile for how to run it.
47-
Doesn't check for raw_response as there's no clear patter for how it changes with the number of pages / concurrency_level.
47+
Doesn't check for raw_response as there's no clear pattern for how it changes with the number of pages / concurrency_level.
4848
"""
4949
try:
5050
response = requests.get("http://localhost:8000/general/docs")

0 commit comments

Comments
 (0)