fix(ci): unused vars

This commit is contained in:
Barrett Ruth 2025-09-22 23:05:52 -04:00
parent 7ad64677a5
commit 76cb1e456e
5 changed files with 9 additions and 9 deletions

View file

@ -140,7 +140,7 @@ describe('async integration', function()
it('handles complete contest setup workflow', function()
local setup_completed = false
local mock_async_setup = {
setup_contest_async = function(contest_id, _)
setup_contest_async = function(contest_id)
assert.equals('abc123', contest_id)
setup_completed = true
end,