Reorg
This commit is contained in:
10
client/peer_test.go
Normal file
10
client/peer_test.go
Normal file
@ -0,0 +1,10 @@
|
||||
package client
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestGetFromPublicKey(t *testing.T) {
|
||||
id := CreateIdentity("test")
|
||||
id.Save("test.id")
|
||||
}
|
Reference in New Issue
Block a user