test: remove unnecessary nil argument to testutil (#28270)

This commit is contained in:
zeertzjq
2024-04-11 08:51:06 +08:00
committed by GitHub
parent 509c053161
commit 4528a69c87
9 changed files with 9 additions and 10 deletions

View File

@@ -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