aboutsummaryrefslogtreecommitdiffstats
path: root/tests/core
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core')
-rw-r--r--tests/core/process_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/core/process_spec.lua b/tests/core/process_spec.lua
index d27d3186..277f082b 100644
--- a/tests/core/process_spec.lua
+++ b/tests/core/process_spec.lua
@@ -1,6 +1,5 @@
local spy = require "luassert.spy"
local process = require "nvim-lsp-installer.core.process"
-local async = require "plenary.async"
describe("process.attempt", function()
it("should attempt job variants until first successful one", function()