From 2efcd2c4dda97831058851e8911281d5db5ce1c6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 26 Sep 2025 07:52:08 +0300 Subject: Log config reload changes --- internal/lsp/chat_commands_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/lsp/chat_commands_test.go') diff --git a/internal/lsp/chat_commands_test.go b/internal/lsp/chat_commands_test.go index f9bd6a0..87cc1b4 100644 --- a/internal/lsp/chat_commands_test.go +++ b/internal/lsp/chat_commands_test.go @@ -17,7 +17,7 @@ func TestFormatReloadSummary(t *testing.T) { {Key: "max_tokens", Old: "200", New: "128"}, {Key: "provider", Old: "openai", New: "ollama"}, } - got := formatReloadSummary(changes) + got := runtimeconfig.FormatSummary("Reloaded config", changes) if !strings.Contains(got, "Reloaded config (2 changes):") { t.Fatalf("expected change count line, got %q", got) } -- cgit v1.2.3