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