fix(test): typing

This commit is contained in:
Barrett Ruth 2025-09-22 20:38:08 -04:00
parent 101062cb48
commit 87f9439607
2 changed files with 7 additions and 1 deletions

View file

@ -158,6 +158,10 @@ describe('cp.picker', function()
end,
}
package.loaded['cp.pickers.init'] = nil
package.loaded['cp.pickers'] = nil
picker = require('cp.pickers')
local problems = picker.get_problems_for_contest('test_platform', 'test_contest')
assert.is_table(problems)
assert.equals(1, #problems)