summaryrefslogtreecommitdiff
path: root/internal/lsp/testfakes_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/testfakes_test.go')
-rw-r--r--internal/lsp/testfakes_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/lsp/testfakes_test.go b/internal/lsp/testfakes_test.go
index 7887692..41fa705 100644
--- a/internal/lsp/testfakes_test.go
+++ b/internal/lsp/testfakes_test.go
@@ -1,8 +1,8 @@
package lsp
import (
- "context"
- "hexai/internal/llm"
+ "context"
+ "codeberg.org/snonux/hexai/internal/llm"
)
// countingLLM counts Chat calls; minimal implementation for tests that need