From 6a8ee55735c1b840e95c1c74e138622ebf1d9fbe Mon Sep 17 00:00:00 2001 From: thisismypassport <109758321+thisismypassport@users.noreply.github.com> Date: Sat, 14 Jun 2025 11:47:09 +0300 Subject: [PATCH] Update Tests/test_file_qoi.py Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- Tests/test_file_qoi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_file_qoi.py b/Tests/test_file_qoi.py index 1f415eaaa..b9becb24f 100644 --- a/Tests/test_file_qoi.py +++ b/Tests/test_file_qoi.py @@ -53,5 +53,5 @@ def test_save(tmp_path: Path) -> None: assert_image_equal_tofile(im, f) im = hopper("P") - with pytest.raises(ValueError): + with pytest.raises(ValueError, match="Unsupported QOI image mode"): im.save(f)