Skip to content

Commit 010a803

Browse files
committed
fix wrong uri in test
1 parent d912dfc commit 010a803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugins/ffi/test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ end
2424
---@async
2525
lclient():start(function (languageClient)
2626
languageClient:registerFakers()
27-
local rootUri = furi.encode '/'
27+
local rootUri = TESTURI
2828
languageClient:initialize {
2929
rootUri = rootUri,
3030
}

0 commit comments

Comments
 (0)