aboutsummaryrefslogtreecommitdiff
path: root/test/functional/eval/reltime_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/eval/reltime_spec.lua')
-rw-r--r--test/functional/eval/reltime_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/eval/reltime_spec.lua b/test/functional/eval/reltime_spec.lua
index da55a3fac3..0b19d372ec 100644
--- a/test/functional/eval/reltime_spec.lua
+++ b/test/functional/eval/reltime_spec.lua
@@ -1,4 +1,4 @@
-local helpers = require('test.functional.helpers')
+local helpers = require('test.functional.helpers')(after_each)
local clear, eq, ok = helpers.clear, helpers.eq, helpers.ok
local neq, execute, funcs = helpers.neq, helpers.execute, helpers.funcs
local reltime, reltimestr, reltimefloat = funcs.reltime, funcs.reltimestr, funcs.reltimefloat