checking in for tests

This commit is contained in:
2021-12-25 02:54:18 -05:00
parent 1f6cfd5883
commit 07c38ce23e
16 changed files with 444 additions and 107 deletions

15
consts_test.go Normal file
View File

@@ -0,0 +1,15 @@
package gokwallet
import (
"github.com/google/uuid"
)
// Strings.
const (
appIdTest string = "GoKwallet_Test"
)
var (
walletTest uuid.UUID = uuid.New()
folderTest uuid.UUID = uuid.New()
)