mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-21 01:32:00 +03:00
test fumctions done
This commit is contained in:
parent
3dc917cf61
commit
eb5244c795
|
@ -98,3 +98,4 @@ def test_decode():
|
|||
# Call the decode method and verify that it raises an OSError with the expected message
|
||||
with pytest.raises(OSError, match="Truncated BLP file"):
|
||||
decoder.decode(b'')
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user