Skip to content

Commit

Permalink
Close the darn file! (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaryn authored Feb 11, 2025
1 parent b1b0e39 commit 2eb84d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/aryn-sdk/aryn_sdk/test/test_partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ def check_nonstandard_url(
call_partition_file(nonstandard_url_example)
call_partition_file(nonstandard_async_url_example)

dummy.close()


def test_partition_file_async_with_unsupported_file_format():
with open(RESOURCE_DIR / "image" / "unsupported-format-test-document-image.heic", "rb") as f:
Expand Down

0 comments on commit 2eb84d9

Please sign in to comment.