change module name 2

This commit is contained in:
2026-04-07 15:04:38 +06:00
parent 17d1a538ca
commit 7894474f2d
20 changed files with 21 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ import (
"testing"
"time"
"linedb/pkg/linedb"
"direct-dev.ru/gitea/GiteaAdmin/elowdb-go/pkg/linedb"
)
// mockMemcached — in-memory реализация MemcachedClient для тестов.
@@ -111,7 +111,7 @@ func TestIndexEncodedCollectionCache(t *testing.T) {
}
initOptions := &linedb.LineDbInitOptions{
CacheSize: 100,
CacheTTL: time.Minute*10,
CacheTTL: time.Minute * 10,
DBFolder: "./data/test-linedb-index-enc",
Collections: []linedb.JSONLFileOptions{
{