aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/029_join_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/029_join_spec.lua')
-rw-r--r--test/functional/legacy/029_join_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/029_join_spec.lua b/test/functional/legacy/029_join_spec.lua
index 25a072ad6e..7a183fcbec 100644
--- a/test/functional/legacy/029_join_spec.lua
+++ b/test/functional/legacy/029_join_spec.lua
@@ -1,6 +1,6 @@
-- Test for joining lines with marks in them (and with 'joinspaces' set/reset)
-local helpers = require('test.functional.helpers')
+local helpers = require('test.functional.helpers')(after_each)
local feed, insert = helpers.feed, helpers.insert
local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect