From 5e412e341a111c76f4332cc4c42f29ae6b5d4f2f Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 19 Sep 2025 18:54:43 -0400 Subject: [PATCH] fix(test): test -> run final change --- lua/cp/constants.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/cp/constants.lua b/lua/cp/constants.lua index e6cdc95..acabc3c 100644 --- a/lua/cp/constants.lua +++ b/lua/cp/constants.lua @@ -1,7 +1,7 @@ local M = {} M.PLATFORMS = { 'atcoder', 'codeforces', 'cses' } -M.ACTIONS = { 'test', 'next', 'prev' } +M.ACTIONS = { 'run', 'next', 'prev' } M.CPP = 'cpp' M.PYTHON = 'python'