From eb5244c795069bcff152e3bb386d9e9f45ad6bf4 Mon Sep 17 00:00:00 2001 From: sofijazolotarev Date: Sun, 23 Jun 2024 23:44:56 +0200 Subject: [PATCH] test fumctions done --- Tests/test_file_blp.py | 1 + 1 file changed, 1 insertion(+) 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'') +