fix(test): unused vars
This commit is contained in:
parent
a08ad8e2ee
commit
30c1c0f2cf
3 changed files with 4 additions and 4 deletions
|
|
@ -157,7 +157,7 @@ describe('cp.picker', function()
|
|||
end
|
||||
|
||||
-- Mock vim.system to return success with problems
|
||||
vim.system = function(cmd, opts)
|
||||
vim.system = function()
|
||||
return {
|
||||
wait = function()
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue