From 0c4d09a0a9663ba1eaa6e71e2cbdb46f7c676763 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 26 Sep 2025 09:03:51 -0400 Subject: [PATCH] fix(test): mock --- spec/command_parsing_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/command_parsing_spec.lua b/spec/command_parsing_spec.lua index ed0c800..4139b4b 100644 --- a/spec/command_parsing_spec.lua +++ b/spec/command_parsing_spec.lua @@ -40,7 +40,7 @@ describe('cp command parsing', function() package.loaded['cp.state'] = mock_state local mock_ui_panel = { - close_run_panel = function() end, + toggle_run_panel = function() end, } package.loaded['cp.ui.panel'] = mock_ui_panel