test(fix): fixing failing tests

This commit is contained in:
CarolinePascal
2026-06-24 22:47:20 +02:00
parent 24c0bf6199
commit 95f2923b56
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ def test_with_different_image_formats(tmp_path, img_array_factory):
writer = AsyncImageWriter()
try:
image_array = img_array_factory()
formats = ["png", "jpeg", "bmp"]
formats = ["png", "tiff", "tif"]
for fmt in formats:
fpath = tmp_path / f"test_image.{fmt}"
write_image(image_array, fpath)