Skip to content

Commit 27f5070

Browse files
committed
fix: Last failure is in CAG data
1 parent 98dee9d commit 27f5070

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/fixtures/files-for-reading-tests/C_with_CAWG_data.jpg renamed to tests/fixtures/C_with_CAWG_data.jpg

File renamed without changes.

tests/test_unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def test_read_all_files_using_extension(self):
226226

227227
def test_read_cawg_data_file(self):
228228
"""Test reading C2PA metadata from C_with_CAWG_data.jpg file."""
229-
file_path = os.path.join(self.data_dir, "files-for-reading-tests", "C_with_CAWG_data.jpg")
229+
file_path = os.path.join(self.data_dir, "C_with_CAWG_data.jpg")
230230

231231
with open(file_path, "rb") as file:
232232
reader = Reader("image/jpeg", file)

0 commit comments

Comments
 (0)