mirror of
https://github.com/neovim/neovim.git
synced 2026-01-30 09:01:07 +10: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