fix(test): shadowing
This commit is contained in:
parent
c88d6a4a5b
commit
34b252f892
1 changed files with 0 additions and 1 deletions
|
|
@ -398,7 +398,6 @@ describe('cp command parsing', function()
|
||||||
|
|
||||||
if num_args == 2 then
|
if num_args == 2 then
|
||||||
local candidates = {}
|
local candidates = {}
|
||||||
local cp = require('cp')
|
|
||||||
local context = cp.get_current_context()
|
local context = cp.get_current_context()
|
||||||
if context.platform and context.contest_id then
|
if context.platform and context.contest_id then
|
||||||
vim.list_extend(candidates, actions)
|
vim.list_extend(candidates, actions)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue