summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2022-01-23 03:43:08 +0800
committersumneko <sumneko@hotmail.com>2022-01-23 03:43:08 +0800
commit1c8095439f8d738390b3cc19fa3f82853dd89f95 (patch)
tree2416df47fe8364ddf49b9ae43dc0de00d4f84f17 /test.lua
parente5ef01c23e250a869e2e023ba83de1f5a28feb97 (diff)
downloadlua-language-server-1c8095439f8d738390b3cc19fa3f82853dd89f95.zip
fix test
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/test.lua b/test.lua
index 327cb7d6..42b0d129 100644
--- a/test.lua
+++ b/test.lua
@@ -82,7 +82,9 @@ local function main()
---@async
lclient():start(function (client)
client:registerFakers()
- client:initialize()
+ client:initialize {
+ rootUri = '',
+ }
ws.awaitReady()