aboutsummaryrefslogtreecommitdiff
path: root/test/functional/testutil.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-04-11 08:51:06 +0800
committerGitHub <noreply@github.com>2024-04-11 08:51:06 +0800
commit4528a69c8772a5fe182fb293b929dfcfad112abc (patch)
tree3ba275d5be425811b1e82ec5f956758d4cabd08d /test/functional/testutil.lua
parent509c053161c0495ac41cf12343089059afb4e813 (diff)
downloadrneovim-4528a69c8772a5fe182fb293b929dfcfad112abc.tar.gz
rneovim-4528a69c8772a5fe182fb293b929dfcfad112abc.tar.bz2
rneovim-4528a69c8772a5fe182fb293b929dfcfad112abc.zip
test: remove unnecessary nil argument to testutil (#28270)
Diffstat (limited to 'test/functional/testutil.lua')
-rw-r--r--test/functional/testutil.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/testutil.lua b/test/functional/testutil.lua
index 1ab15053db..9bf574f14d 100644
--- a/test/functional/testutil.lua
+++ b/test/functional/testutil.lua
@@ -1042,7 +1042,6 @@ return function()
before_each(function()
local id = ('T%d'):format(testid())
_G._nvim_test_id = id
- return nil, true
end)
end