summaryrefslogtreecommitdiff
path: root/internal/lsp/codeaction_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/codeaction_test.go')
-rw-r--r--internal/lsp/codeaction_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/lsp/codeaction_test.go b/internal/lsp/codeaction_test.go
index f5abbbf..5a74d66 100644
--- a/internal/lsp/codeaction_test.go
+++ b/internal/lsp/codeaction_test.go
@@ -1,10 +1,10 @@
package lsp
import (
- "context"
- "encoding/json"
- "hexai/internal/llm"
- "testing"
+ "context"
+ "encoding/json"
+ "codeberg.org/snonux/hexai/internal/llm"
+ "testing"
)
type fakeLLM struct {