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
+4 -4
View File
@@ -16,8 +16,8 @@ import (
"time"
"mstore/pkg/auxtool"
"mstore/pkg/auxuuid"
"mstore/pkg/descr"
"mstore/pkg/uuid"
"github.com/stretchr/testify/require"
)
@@ -34,10 +34,10 @@ func TestGrant(t *testing.T) {
err = db.InitDatabase()
require.NoError(t, err)
id := auxuuid.NewUUID()
accountID := auxuuid.NewUUID()
id := uuid.NewUUID()
accountID := uuid.NewUUID()
timenow := auxtool.TimeNow()
creator := auxuuid.NewUUID()
creator := uuid.NewUUID()
newGrant := &descr.Grant{
ID: id,
AccountID: accountID,