fix: only one panel at a time
This commit is contained in:
parent
316b6628db
commit
433a468ee6
3 changed files with 28 additions and 39 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue