From 75994c07a5c8aace7610fbc4268920778be455da Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 23 Sep 2025 15:02:33 -0400 Subject: [PATCH] fix(ci): tests --- spec/command_parsing_spec.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec/command_parsing_spec.lua b/spec/command_parsing_spec.lua index 54faa04..57cc84c 100644 --- a/spec/command_parsing_spec.lua +++ b/spec/command_parsing_spec.lua @@ -19,6 +19,7 @@ describe('cp command parsing', function() setup_contest = function() end, navigate_problem = function() end, setup_problem = function() end, + scrape_remaining_problems = function() end, } package.loaded['cp.setup'] = mock_setup @@ -101,6 +102,8 @@ describe('cp command parsing', function() package.loaded['cp.restore'] = nil package.loaded['cp.commands.picker'] = nil package.loaded['cp.commands.cache'] = nil + package.loaded['cp'] = nil + package.loaded['cp.commands.init'] = nil end) describe('empty arguments', function()