fix(test): shadowing

This commit is contained in:
Barrett Ruth 2025-09-21 15:39:02 -04:00
parent c88d6a4a5b
commit 34b252f892

View file

@ -398,7 +398,6 @@ describe('cp command parsing', function()
if num_args == 2 then
local candidates = {}
local cp = require('cp')
local context = cp.get_current_context()
if context.platform and context.contest_id then
vim.list_extend(candidates, actions)