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/unit/testutil.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/unit/testutil.lua')
-rw-r--r-- | test/unit/testutil.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/unit/testutil.lua b/test/unit/testutil.lua index c1ba1f6e97..c90859581d 100644 --- a/test/unit/testutil.lua +++ b/test/unit/testutil.lua @@ -906,6 +906,4 @@ local module = { --- @class test.unit.testutil: test.unit.testutil.module, test.testutil module = vim.tbl_extend('error', module, t_global) -return function() - return module -end +return module |