From eb72b06fe8e62cb77af73f6dc558d384a5a5fe80 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 19 Sep 2025 22:52:48 +0300 Subject: fix --- internal/lsp/chat_no_double_answer_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/lsp/chat_no_double_answer_test.go') diff --git a/internal/lsp/chat_no_double_answer_test.go b/internal/lsp/chat_no_double_answer_test.go index 8821cd0..04196f8 100644 --- a/internal/lsp/chat_no_double_answer_test.go +++ b/internal/lsp/chat_no_double_answer_test.go @@ -10,6 +10,7 @@ import ( func TestDetectAndHandleChat_NoDoubleAnswer(t *testing.T) { var out bytes.Buffer s := &Server{logger: log.New(io.Discard, "", 0), docs: make(map[string]*document), out: &out} + initServerDefaults(s) s.llmClient = fakeLLM{resp: "IGNORED"} uri := "file:///x.go" // Question line with trigger, followed by an existing answer line starting with '>' -- cgit v1.2.3