summaryrefslogtreecommitdiff
path: root/test/Tests/Writers
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2018-01-27 17:47:07 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2018-01-27 17:47:07 -0500
commitde6ae29be5b0752bb9e6eb2275e39f77507a8988 (patch)
tree1e8428bfb9a0e176ea06a7c9b5ab20bae39d7f33 /test/Tests/Writers
parentebcd04f57a4693447a47891c4cf3654e023d4f13 (diff)
Docx writer tests: correct test name.
Diffstat (limited to 'test/Tests/Writers')
-rw-r--r--test/Tests/Writers/Docx.hs2
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"