fix(test): unused vars

This commit is contained in:
Barrett Ruth 2025-09-23 15:09:13 -04:00
parent a08ad8e2ee
commit 30c1c0f2cf
3 changed files with 4 additions and 4 deletions

View file

@ -50,7 +50,7 @@ describe('cp command parsing', function()
local mock_cache = {
load = function() end,
get_contest_data = function(platform, contest_id)
get_contest_data = function()
return {
problems = {
{ id = 'a', name = 'Problem A' },