feat: fix typign

This commit is contained in:
Barrett Ruth 2025-11-04 22:08:07 -05:00
parent bd557ab069
commit 1b0d5e4d77
5 changed files with 46 additions and 0 deletions

View file

@ -447,6 +447,11 @@ function M.run_io_view(test_indices_arg, debug, mode)
if mode == 'combined' then
local combined = cache.get_combined_test(platform, contest_id, problem_id)
if not combined then
logger.log('No combined test found', vim.log.levels.ERROR)
return
end
run.load_test_cases()
local result = run.run_combined_test(debug)