From de6ae29be5b0752bb9e6eb2275e39f77507a8988 Mon Sep 17 00:00:00 2001
From: Jesse Rosenthal <jrosenthal@jhu.edu>
Date: Sat, 27 Jan 2018 17:47:07 -0500
Subject: [PATCH] Docx writer tests: correct test name.

---
 test/Tests/Writers/Docx.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"