fix: only one panel at a time

This commit is contained in:
Barrett Ruth 2025-09-26 09:03:16 -04:00
parent 316b6628db
commit 433a468ee6
3 changed files with 28 additions and 39 deletions

View file

@ -33,13 +33,9 @@ describe('cp command parsing', function()
get_problem_id = function()
return 'a'
end,
is_run_panel_active = function()
return false
end,
set_platform = function() end,
set_contest_id = function() end,
set_problem_id = function() end,
set_run_panel_active = function() end,
}
package.loaded['cp.state'] = mock_state