11 lines
133 B
Go
11 lines
133 B
Go
package client
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestGetFromPublicKey(t *testing.T) {
|
|
id := CreateIdentity("test")
|
|
id.Save("test.id")
|
|
}
|