From b68fcc6bb2c770495ff8e2508c06dfdd49abcc80 Mon Sep 17 00:00:00 2001 From: William Boman Date: Thu, 21 Apr 2022 12:09:59 +0200 Subject: chore: refactor remaining installers to async impl (#616) --- tests/core/managers/git_spec.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/core/managers/git_spec.lua') diff --git a/tests/core/managers/git_spec.lua b/tests/core/managers/git_spec.lua index b73760ee..25e58f6e 100644 --- a/tests/core/managers/git_spec.lua +++ b/tests/core/managers/git_spec.lua @@ -42,6 +42,7 @@ describe("git manager", function() "clone", "--depth", "1", + vim.NIL, "https://github.com/williamboman/nvim-lsp-installer.git", ".", } @@ -60,6 +61,7 @@ describe("git manager", function() "clone", "--depth", "1", + vim.NIL, "https://github.com/williamboman/nvim-lsp-installer.git", ".", } -- cgit v1.2.3-70-g09d2