package client import ( "testing" ) func TestGetFromPublicKey(t *testing.T) { id := CreateIdentity("test") id.Save() }