diff options
Diffstat (limited to 'test/functional/options/modified_spec.lua')
-rw-r--r-- | test/functional/options/modified_spec.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/options/modified_spec.lua b/test/functional/options/modified_spec.lua index 4fb80c255d..ab468c4ec8 100644 --- a/test/functional/options/modified_spec.lua +++ b/test/functional/options/modified_spec.lua @@ -1,7 +1,7 @@ -local helpers = require('test.functional.helpers')(after_each) -local clear = helpers.clear -local eq = helpers.eq -local api = helpers.api +local t = require('test.functional.testutil')(after_each) +local clear = t.clear +local eq = t.eq +local api = t.api describe("'modified'", function() before_each(function() |