diff options
Diffstat (limited to 'test/functional/legacy/writefile_spec.lua')
-rw-r--r-- | test/functional/legacy/writefile_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/legacy/writefile_spec.lua b/test/functional/legacy/writefile_spec.lua index 4d54e07d6a..63ea4e3f11 100644 --- a/test/functional/legacy/writefile_spec.lua +++ b/test/functional/legacy/writefile_spec.lua @@ -1,7 +1,7 @@ -- Tests for writefile() -local helpers = require('test.functional.helpers')(after_each) -local clear, command, expect = helpers.clear, helpers.command, helpers.expect +local t = require('test.functional.testutil')(after_each) +local clear, command, expect = t.clear, t.command, t.expect describe('writefile', function() setup(clear) |