Skip to content

Commit 968e2fb

Browse files
committed
fix: Add a debug test for CAWG
1 parent 6c0aa11 commit 968e2fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_unit_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ def test_read_cawg_data_file(self):
216216
"""Test reading C2PA metadata from C_with_CAWG_data.jpg file."""
217217
file_path = os.path.join(self.data_dir, "files-for-reading-tests", "C_with_CAWG_data.jpg")
218218

219+
print("SDK version: ", sdk_version())
220+
219221
with open(file_path, "rb") as file:
220222
reader = Reader("image/jpeg", file)
221223
json_data = reader.json()

0 commit comments

Comments
 (0)