Updated test name

This commit is contained in:
Andrew Murray 2024-08-13 19:10:54 +10:00
parent c7e6289b36
commit ba82dff7bc

View File

@ -166,7 +166,7 @@ class TestFileWebp:
with pytest.raises(TypeError): with pytest.raises(TypeError):
_webp.WebPEncode() _webp.WebPEncode()
def test_WebPDecode_with_invalid_args(self) -> None: def test_WebPAnimDecoder_with_invalid_args(self) -> None:
""" """
Calling decoder functions with no arguments should result in an error. Calling decoder functions with no arguments should result in an error.
""" """