diff --git a/lua/cp/test.lua b/lua/cp/test.lua index 44f4456..1562835 100644 --- a/lua/cp/test.lua +++ b/lua/cp/test.lua @@ -7,6 +7,7 @@ ---@field actual_highlights table[]? ---@field time_ms number? ---@field error string? +---@field stderr string? ---@field selected boolean ---@field code number? ---@field ok boolean? diff --git a/spec/execute_spec.lua b/spec/execute_spec.lua index 5967dac..e132696 100644 --- a/spec/execute_spec.lua +++ b/spec/execute_spec.lua @@ -196,7 +196,7 @@ describe('cp.execute', function() it('handles command execution', function() vim.system = function(_, opts) if opts then - assert.equals(true, opts.text) + assert.equals(false, opts.text) end return { wait = function()