fix(test): fix

This commit is contained in:
Barrett Ruth 2025-09-21 15:45:41 -04:00
parent 0e3ec89f17
commit 37ad916802

View file

@ -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')