mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 21:15:09 +00:00
test: remove unnecessary nil argument to testutil (#28270)
This commit is contained in:
@@ -28,7 +28,7 @@ local function runx(sync, handler, on_setup)
|
||||
local function setup_cb(...)
|
||||
on_setup(...)
|
||||
-- need to stop on setup callback because there's two session:request
|
||||
-- calls in `request/t.lua`. The second call will always return
|
||||
-- calls in `request/testutil.lua`. The second call will always return
|
||||
-- after pending notification/request callbacks are processed
|
||||
stop()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user