summaryrefslogtreecommitdiff
path: root/internal/store/index_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/store/index_test.go')
-rw-r--r--internal/store/index_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/store/index_test.go b/internal/store/index_test.go
index a16d757..57aea8c 100644
--- a/internal/store/index_test.go
+++ b/internal/store/index_test.go
@@ -9,7 +9,7 @@ import (
"strings"
"testing"
- "codeberg.org/snonux/geheim/internal/crypto"
+ "codeberg.org/snonux/foostore/internal/crypto"
)
// newTestIndexCipher is a local helper to avoid import cycle via store_test.go.