diff options
Diffstat (limited to 'tests/core/managers/git_spec.lua')
| -rw-r--r-- | tests/core/managers/git_spec.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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", ".", } |
