From 4528a69c8772a5fe182fb293b929dfcfad112abc Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Thu, 11 Apr 2024 08:51:06 +0800 Subject: test: remove unnecessary nil argument to testutil (#28270) --- test/functional/plugin/lsp/testutil.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/plugin') diff --git a/test/functional/plugin/lsp/testutil.lua b/test/functional/plugin/lsp/testutil.lua index 7dc7bd9925..c51ccf3097 100644 --- a/test/functional/plugin/lsp/testutil.lua +++ b/test/functional/plugin/lsp/testutil.lua @@ -1,4 +1,4 @@ -local t = require('test.functional.testutil')(nil) +local t = require('test.functional.testutil')() local clear = t.clear local exec_lua = t.exec_lua -- cgit