aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/test/lua/module/pandoc-template.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc-lua-engine/test/lua/module/pandoc-template.lua')
-rw-r--r--pandoc-lua-engine/test/lua/module/pandoc-template.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-lua-engine/test/lua/module/pandoc-template.lua b/pandoc-lua-engine/test/lua/module/pandoc-template.lua
index c288b2016..638b31f09 100644
--- a/pandoc-lua-engine/test/lua/module/pandoc-template.lua
+++ b/pandoc-lua-engine/test/lua/module/pandoc-template.lua
@@ -50,7 +50,7 @@ return {
test('fails if template has non-existing partial', function ()
assert.error_matches(
function () return template.compile('${ nosuchpartial() }') end,
- 'PandocCouldNotFindDataFileError'
+ 'Could not find data file templates/nosuchpartial'
)
end),
test('works with default template that uses partials', function ()