diff --git a/lua/neotest-golang/process.lua b/lua/neotest-golang/process.lua index 7e2920e..e3e485e 100644 --- a/lua/neotest-golang/process.lua +++ b/lua/neotest-golang/process.lua @@ -35,8 +35,6 @@ local M = {} --- @param tree neotest.Tree --- @return table function M.test_results(spec, result, tree) - -- TODO: refactor this function into function calls; return_early, process_test_results, override_test_results. - --- @type RunspecContext local context = spec.context