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/codeaction_gotest_int_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/lsp/codeaction_gotest_int_test.go') diff --git a/internal/lsp/codeaction_gotest_int_test.go b/internal/lsp/codeaction_gotest_int_test.go index 04a73e0..384f3d5 100644 --- a/internal/lsp/codeaction_gotest_int_test.go +++ b/internal/lsp/codeaction_gotest_int_test.go @@ -13,6 +13,7 @@ func TestResolveGoTest_CreatesTestFile(t *testing.T) { t.Fatalf("write: %v", err) } s := &Server{} // minimal server with nil llmClient to trigger stub + initServerDefaults(s) uri := "file://" + src we, jumpURI, jumpRange, ok := s.resolveGoTest(uri, Position{Line: 2}) if !ok || jumpURI == "" || jumpRange.Start.Line < 0 { -- cgit v1.2.3