aboutsummaryrefslogtreecommitdiff
path: root/test/functional/dict_notifications_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/dict_notifications_spec.lua')
-rw-r--r--test/functional/dict_notifications_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/dict_notifications_spec.lua b/test/functional/dict_notifications_spec.lua
index 2540929126..dc87312911 100644
--- a/test/functional/dict_notifications_spec.lua
+++ b/test/functional/dict_notifications_spec.lua
@@ -1,4 +1,4 @@
-local helpers = require('test.functional.helpers')
+local helpers = require('test.functional.helpers')(after_each)
local clear, nvim, source = helpers.clear, helpers.nvim, helpers.source
local eq, next_msg = helpers.eq, helpers.next_message
local exc_exec = helpers.exc_exec