summaryrefslogtreecommitdiff
path: root/test/full
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-11-16 20:32:45 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-11-18 17:11:04 +0800
commit04eaf63f02b1ac74bdf5c8dfedfbe7ad613427fb (patch)
tree91354fec65163df632c6345393fd7a1b30bf4aa7 /test/full
parent3843e72b87de1aa8903352d532dbdb60ed662da1 (diff)
downloadlua-language-server-04eaf63f02b1ac74bdf5c8dfedfbe7ad613427fb.zip
fix
Diffstat (limited to 'test/full')
-rw-r--r--test/full/self.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/full/self.lua b/test/full/self.lua
index 63e76d9a..eae53b72 100644
--- a/test/full/self.lua
+++ b/test/full/self.lua
@@ -6,7 +6,7 @@ local config = require 'config'
local ws = require 'workspace'
files.removeAll()
-local path = ROOT
+local path = ROOT / 'script'
fsu.scanDirectory(path, function (path)
if path:extension():string() ~= '.lua' then