This commit is contained in:
Barrett Ruth 2025-09-24 18:48:15 -04:00
parent 62c4d1e89e
commit 646b0047dc
2 changed files with 3 additions and 3 deletions

View file

@ -89,7 +89,7 @@ describe('Panel integration', function()
state.set_problem_id('b')
local config_module = require('cp.config')
local processed_config = config_module.setup({
config_module.setup({
contests = { codeforces = { cpp = { extension = 'cpp' } } },
})
local cp_state = require('cp.state')