change module name 3

This commit is contained in:
2026-04-09 14:08:27 +06:00
parent 7894474f2d
commit a1bbd9177a
8 changed files with 138 additions and 43 deletions

View File

@@ -4,10 +4,11 @@
package tests
import (
"linedb/pkg/linedb"
"os"
"testing"
"time"
"direct-dev.ru/gitea/GiteaAdmin/elowdb-go/pkg/linedb"
)
func setupPointUpdateDB(t *testing.T) (*linedb.LineDb, func()) {