summaryrefslogtreecommitdiff
path: root/tests/test_image_access.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_image_access.py')
-rw-r--r--tests/test_image_access.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_image_access.py b/tests/test_image_access.py
index 037c5fc..3edb7cc 100644
--- a/tests/test_image_access.py
+++ b/tests/test_image_access.py
@@ -284,6 +284,7 @@ def test_extract_filepath(congress, outdir):
result = pim.extract_to(fileprefix=(outdir / 'image'))
assert Path(result).exists()
+ assert (outdir / 'image.jpg').exists()
def test_extract_direct_fails_nondefault_colortransform(congress):