Skip to content

Commit

Permalink
Updated test name
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Aug 13, 2024
1 parent 89d3f6d commit 0644294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_file_webp.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def test_WebPEncode_with_invalid_args(self) -> None:
with pytest.raises(TypeError):
_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.
"""
Expand Down

0 comments on commit 0644294

Please sign in to comment.