aboutsummaryrefslogtreecommitdiff
path: root/test/functional/provider
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/provider
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/provider')
-rw-r--r--test/functional/provider/define_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/provider/define_spec.lua b/test/functional/provider/define_spec.lua
index 78494c45b4..f0d47cae16 100644
--- a/test/functional/provider/define_spec.lua
+++ b/test/functional/provider/define_spec.lua
@@ -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