test fumctions done

This commit is contained in:
sofijazolotarev 2024-06-23 23:44:56 +02:00
parent 3dc917cf61
commit eb5244c795

View File

@ -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'')