From e4287b7180ad16174fa10b73ac5b3e43e605198e Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Fri, 29 Apr 2022 16:26:15 +0200 Subject: fix(lsp): undo stdpath overload to avoid datarace (#2540) --- tests/specs/bootstrap_spec.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/specs/bootstrap_spec.lua') diff --git a/tests/specs/bootstrap_spec.lua b/tests/specs/bootstrap_spec.lua index 51c3330e..9426a16c 100644 --- a/tests/specs/bootstrap_spec.lua +++ b/tests/specs/bootstrap_spec.lua @@ -12,9 +12,7 @@ a.describe("initial start", function() assert.falsy(package.loaded["lvim.impatient"]) end) - a.it("should be able to use lunarvim directories using vim.fn", function() - assert.equal(lvim_runtime_path, vim.fn.stdpath "data") - assert.equal(lvim_config_path, vim.fn.stdpath "config") + a.it("should be able to use lunarvim cache directory using vim.fn", function() assert.equal(lvim_cache_path, vim.fn.stdpath "cache") end) -- cgit v1.2.3