We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2ea4b commit 479409fCopy full SHA for 479409f
1 file changed
e2e_tests/docx-tools/test_compare_rex_abl.py
@@ -18,7 +18,7 @@ def test_compare_rex_abl(rex_released_books, abl_books_uuids_slugs):
18
if missing:
19
print("NOT MATCHING UUIDs:")
20
for uuid in missing:
21
- # Get the title/slug from the ABL dictionary
+ # Get the title slug from the ABL dictionary
22
title = abl_books_uuids_slugs.get(uuid, "Unknown Title")
23
print(f" - {uuid} : {title}")
24
else:
0 commit comments