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

@@ -4,11 +4,10 @@
package tests
import (
"linedb/pkg/linedb"
"os"
"testing"
"time"
"linedb/pkg/linedb"
)
func setupPointUpdateDB(t *testing.T) (*linedb.LineDb, func()) {