From 6c5c8edf11ab9653c9fd3ed173ff6ed7f053b87c Mon Sep 17 00:00:00 2001 From: miriam-groeneveld Date: Thu, 19 Oct 2023 15:11:47 +0200 Subject: [PATCH] fix tests --- tests/test_default_image_builders.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_default_image_builders.py b/tests/test_default_image_builders.py index 1895e4c..f570a4f 100644 --- a/tests/test_default_image_builders.py +++ b/tests/test_default_image_builders.py @@ -24,9 +24,9 @@ "(supported formats: .fds,.fda,.e2e)" ], "image_builder_tiff": [ - "Tif image builder: Could not open file with tifffile.", - "Tif image builder: Could not open file with OpenSlide.", - "Tif image builder: Validation error: Not a valid tif: " + "TIFF image builder: Could not open file with tifffile.", + "TIFF image builder: Could not open file with OpenSlide.", + "TIFF image builder: Validation error: Not a valid tif: " "Image width could not be determined.", ], }