change module name 2
This commit is contained in:
@@ -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{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user