checking in for tests
This commit is contained in:
15
consts_test.go
Normal file
15
consts_test.go
Normal 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()
|
||||
)
|
||||
Reference in New Issue
Block a user