diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Tests/Writers/Docx.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Writers/Docx.hs b/test/Tests/Writers/Docx.hs index c9bc42de4..3ded0aa38 100644 --- a/test/Tests/Writers/Docx.hs +++ b/test/Tests/Writers/Docx.hs @@ -149,7 +149,7 @@ tests = [ testGroup "inlines" def "docx/custom_style.native" "docx/golden/custom_style_no_reference.docx" - , docxTest "custom styles without reference.docx" + , docxTest "custom styles with reference.docx" def{writerReferenceDoc = Just "docx/custom-style-reference.docx"} "docx/custom_style.native" "docx/golden/custom_style_reference.docx" |