Update Tests/test_file_qoi.py

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
thisismypassport 2025-06-14 11:47:09 +03:00 committed by GitHub
parent 5acf16b00b
commit 6a8ee55735
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,5 +53,5 @@ def test_save(tmp_path: Path) -> None:
assert_image_equal_tofile(im, f) assert_image_equal_tofile(im, f)
im = hopper("P") im = hopper("P")
with pytest.raises(ValueError): with pytest.raises(ValueError, match="Unsupported QOI image mode"):
im.save(f) im.save(f)