diff options
author | Lewis Russell <lewis6991@gmail.com> | 2024-04-09 12:26:16 +0100 |
---|---|---|
committer | Lewis Russell <me@lewisr.dev> | 2024-04-10 15:53:50 +0100 |
commit | 81fc27124b9e1b375e0ce9605ae69c3c2a2d9222 (patch) | |
tree | 31a5626cd48b358a53756636a6f813acac41ef06 /test/functional/legacy/options_spec.lua | |
parent | 889f81c65fa4318ab0fba391904dc43e5633b13e (diff) | |
download | rneovim-81fc27124b9e1b375e0ce9605ae69c3c2a2d9222.tar.gz rneovim-81fc27124b9e1b375e0ce9605ae69c3c2a2d9222.tar.bz2 rneovim-81fc27124b9e1b375e0ce9605ae69c3c2a2d9222.zip |
refactor(test): inject after_each differently
Diffstat (limited to 'test/functional/legacy/options_spec.lua')
-rw-r--r-- | test/functional/legacy/options_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/options_spec.lua b/test/functional/legacy/options_spec.lua index c7d6457eb7..a3f6e00c83 100644 --- a/test/functional/legacy/options_spec.lua +++ b/test/functional/legacy/options_spec.lua @@ -1,5 +1,5 @@ -- See also: test/old/testdir/test_options.vim -local t = require('test.functional.testutil')(after_each) +local t = require('test.functional.testutil')() local command, clear = t.command, t.clear local source, expect = t.source, t.expect local exc_exec = t.exc_exec |