fix(ci): selene unused vars

This commit is contained in:
Barrett Ruth 2025-09-22 23:02:54 -04:00
parent a32fd396d3
commit 1f384b0ba0
3 changed files with 12 additions and 7 deletions

View file

@ -72,7 +72,10 @@ describe('cp.async.setup', function()
end,
}
vim.cmd = { e = function() end, only = function() end }
vim.cmd = {
e = function() end,
only = function() end,
}
vim.api.nvim_get_current_buf = function()
return 1
end