diff --git a/tests/order.py b/tests/order.py index db3077d..3ca546a 100644 --- a/tests/order.py +++ b/tests/order.py @@ -19,7 +19,8 @@ context = { 'in_europe' : True, 'is_paid': False, 'company_name' : 'The World Wide company', - 'total_price' : '100,000,000.00' + 'total_price' : '100,000,000.00', + 'category' : 'BOOK' } tpl.render(context) diff --git a/tests/test_files/order.docx b/tests/test_files/order.docx index 106c8f4..e7f88e8 100644 Binary files a/tests/test_files/order.docx and b/tests/test_files/order.docx differ diff --git a/tests/test_files/order_tpl.docx b/tests/test_files/order_tpl.docx index 5dd7343..01cd3a0 100644 Binary files a/tests/test_files/order_tpl.docx and b/tests/test_files/order_tpl.docx differ