summaryrefslogtreecommitdiff
path: root/internal/lsp/log_context_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/log_context_test.go')
-rw-r--r--internal/lsp/log_context_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/lsp/log_context_test.go b/internal/lsp/log_context_test.go
index 02b4efd..8733298 100644
--- a/internal/lsp/log_context_test.go
+++ b/internal/lsp/log_context_test.go
@@ -10,5 +10,5 @@ func TestLogCompletionContext(t *testing.T) {
s := newTestServer()
s.logger = log.New(io.Discard, "", 0)
p := CompletionParams{TextDocument: TextDocumentIdentifier{URI: "file:///x"}, Position: Position{Line: 1, Character: 2}}
- s.logCompletionContext(p, "a", "b", "c", "f")
+ s.completion.logCompletionContext(p, "a", "b", "c", "f")
}