From 44682cf3244b773c33037967bd028608eb7be6dd Mon Sep 17 00:00:00 2001 From: Jackson Moore Date: Fri, 4 Sep 2026 12:33:33 +0200 Subject: Fix macro persistent feedback --- tests/run.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/run.lua b/tests/run.lua index 444a310..a03556f 100644 --- a/tests/run.lua +++ b/tests/run.lua @@ -5676,9 +5676,11 @@ test("Macro acquisition skips direct planning and all redraws", function() }, input_packets = { { kind = "text", text = "b" } }, }) + local feedback = feedback_service.new(host) local service = acquisition_service.new({ host = host, direct_planner = direct_planner, + feedback = feedback, }) local result = service:acquire( @@ -5693,6 +5695,7 @@ test("Macro acquisition skips direct planning and all redraws", function() same(nil, service:last_temporary_scope().direct_marker) same(nil, service:last_temporary_scope().cursor_marker) same(0, map_size(host:highlights())) + same(0, #feedback:persistent_requests()) list_same({ "suppressed" }, host:redraws()) end) -- cgit v1.2.3