right type used

This commit is contained in:
2026-02-20 15:28:26 +02:00
parent 8546ad496f
commit 1c8f6f142c
18 changed files with 146 additions and 144 deletions
+3 -3
View File
@@ -15,8 +15,8 @@ import (
"time"
"mstore/pkg/auxtool"
"mstore/pkg/auxuuid"
"mstore/pkg/descr"
"mstore/pkg/uuid"
"github.com/stretchr/testify/require"
)
@@ -33,9 +33,9 @@ func TestFile(t *testing.T) {
err = db.InitDatabase()
require.NoError(t, err)
id := auxuuid.NewUUID()
id := uuid.NewUUID()
timenow := auxtool.TimeNow()
creator := auxuuid.NewUUID()
creator := uuid.NewUUID()
collection := "foo"
newFile := &descr.File{
ID: id,