diff --git a/Tests/test_file_blp.py b/Tests/test_file_blp.py index 5ad81094e..78ddbfa8d 100644 --- a/Tests/test_file_blp.py +++ b/Tests/test_file_blp.py @@ -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'') +