Skip to content

Commit 479409f

Browse files
committed
adds test to compare release.json and abl2
1 parent 8e2ea4b commit 479409f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e_tests/docx-tools/test_compare_rex_abl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test_compare_rex_abl(rex_released_books, abl_books_uuids_slugs):
1818
if missing:
1919
print("NOT MATCHING UUIDs:")
2020
for uuid in missing:
21-
# Get the title/slug from the ABL dictionary
21+
# Get the title slug from the ABL dictionary
2222
title = abl_books_uuids_slugs.get(uuid, "Unknown Title")
2323
print(f" - {uuid} : {title}")
2424
else:

0 commit comments

Comments
 (0)