From 31394385e72dd3a317585838ed1696076043cc60 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 19 Mar 2026 08:58:38 +0200 Subject: Inject runner dependencies across CLI, action, and LSP --- internal/hexaicli/run_output_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/hexaicli/run_output_test.go') diff --git a/internal/hexaicli/run_output_test.go b/internal/hexaicli/run_output_test.go index b4614da..e61e4b6 100644 --- a/internal/hexaicli/run_output_test.go +++ b/internal/hexaicli/run_output_test.go @@ -400,7 +400,7 @@ func TestRunCLIJobs_MultiJob_WritesOutputs(t *testing.T) { } stdout.Reset() stderr.Reset() - if err := runCLIJobs(context.Background(), singleJobs, msgs, "hello", &stdout, &stderr); err != nil { + if err := runCLIJobs(context.Background(), singleJobs, msgs, "hello", &stdout, &stderr, newClientFromApp, nil); err != nil { t.Fatalf("runCLIJobs single: %v", err) } if !strings.Contains(stdout.String(), "out-a") { -- cgit v1.2.3