From 9ac6b097971e0514b3d1b61286c8399a04343816 Mon Sep 17 00:00:00 2001 From: Benedikt Lorch Date: Fri, 20 Oct 2023 14:28:45 +0200 Subject: [PATCH] Change test images --- tests/test_spatial.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_spatial.py b/tests/test_spatial.py index f6621db..ae5e66e 100644 --- a/tests/test_spatial.py +++ b/tests/test_spatial.py @@ -332,8 +332,8 @@ def dct_method_to_str(dct_method): return dct_method_str @parameterized.expand([ - ['tests/assets/images-mozjpeg403/testimg.bmp', 100], - ['tests/assets/images-mozjpeg403/testimg.bmp', 95], + ['tests/assets/images-9e/testimg.bmp', 100], + ['tests/assets/images-9e/testimg.bmp', 95], ]) def test_trellis_optimization(self, input_file, quality): self.logger.info("test_trellis_optimization")