aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Lua/Module.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Lua/Module.hs')
-rw-r--r--test/Tests/Lua/Module.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Lua/Module.hs b/test/Tests/Lua/Module.hs
index 8be445f65..e4d1e8bd9 100644
--- a/test/Tests/Lua/Module.hs
+++ b/test/Tests/Lua/Module.hs
@@ -29,7 +29,7 @@ tests =
("lua" </> "module" </> "pandoc-path.lua")
, testPandocLua "pandoc.types"
("lua" </> "module" </> "pandoc-types.lua")
- , testPandocLua "pandoc.util"
+ , testPandocLua "pandoc.utils"
("lua" </> "module" </> "pandoc-utils.lua")
]