Skip to content

Commit 67ccea8

Browse files
committed
fix test
1 parent 8e72b58 commit 67ccea8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/tclient/tests/modify-luarc.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lclient():start(function (languageClient)
3434
})
3535

3636
assert(util.equal(jsonc.decode_jsonc(util.loadFile(configPath)), {
37-
['Lua.runtime.version'] = 'LuaJIT',
37+
['runtime.version'] = 'LuaJIT',
3838
}))
3939

4040
-------------------------------
@@ -72,7 +72,7 @@ lclient():start(function (languageClient)
7272
})
7373

7474
assert(util.equal(jsonc.decode_jsonc(util.loadFile(configPath)), {
75-
['Lua.diagnostics.disable'] = {
75+
['diagnostics.disable'] = {
7676
'undefined-global',
7777
}
7878
}))
@@ -140,7 +140,7 @@ lclient():start(function (languageClient)
140140
})
141141

142142
assert(util.equal(jsonc.decode_jsonc(util.loadFile(configPath)), {
143-
['Lua.runtime.special'] = {
143+
['runtime.special'] = {
144144
['include'] = 'require',
145145
}
146146
}))

0 commit comments

Comments
 (0)