From ffc35ff2b21afcad3971b56efcf9984c4fa1d62f Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 15 Sep 2025 18:35:35 -0400 Subject: [PATCH] fix(ci): more luacats annotations --- lua/cp/test.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/cp/test.lua b/lua/cp/test.lua index 9933217..8bbfa53 100644 --- a/lua/cp/test.lua +++ b/lua/cp/test.lua @@ -81,8 +81,8 @@ local function parse_test_cases_from_files(input_file, expected_file) return { create_test_case(1, input_content, expected_content) } end ----@param ctx table ----@param contest_config table +---@param ctx ProblemContext +---@param contest_config ContestConfig ---@param test_case TestCase ---@return table local function run_single_test_case(ctx, contest_config, test_case)