mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
test: remove unnecessary nil argument to testutil (#28270)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user