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