Skip to content

Commit fe6a6a3

Browse files
committed
Update comment
1 parent 39483e9 commit fe6a6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_test_unstructured_client/unit/test_split_pdf_hook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ def test_unit_get_starting_page_number(starting_page_number, expected_result):
418418
)
419419
def test_unit_get_page_range_returns_valid_range(page_range, expected_result):
420420
"""Test get_page_range method with different inputs.
421-
Ranges that are out of bounds for a 20 page doc will be adjusted."""
421+
Ranges that are out of bounds for a 20 page doc will throw a ValueError."""
422422
form_data = {"split_pdf_page_range[]": page_range}
423423
try:
424424
result = form_utils.get_page_range(

0 commit comments

Comments
 (0)