Skip to content

Commit a4701a4

Browse files
committed
test should be auto
1 parent 24f0172 commit a4701a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_unstructured/partition/test_auto.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def test_auto_partition_jpg(pass_file_filename, content_type):
373373
filename=filename,
374374
file_filename=file_filename,
375375
content_type=content_type,
376-
strategy="hi_res",
376+
strategy="auto",
377377
)
378378
assert len(elements) > 0
379379

@@ -390,7 +390,7 @@ def test_auto_partition_jpg_from_file(pass_file_filename, content_type):
390390
file=f,
391391
file_filename=file_filename,
392392
content_type=content_type,
393-
strategy="hi_res",
393+
strategy="auto",
394394
)
395395
assert len(elements) > 0
396396

0 commit comments

Comments
 (0)