Skip to content

Commit 01f8484

Browse files
committed
Ammend tests to also test link replacement
1 parent 9b14575 commit 01f8484

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

test/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
def manual_test():
66
doc = Document("test/hello.docx")
77

8-
docx_replace(doc, name="Ivan Bicalho")
8+
docx_replace(doc, name="Ivan Bicalho", github_name="ivanbicalho")
99
docx_blocks(doc, block=True)
1010
docx_remove_table(doc, 0)
1111

test/hello.docx

-4.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)