meowlib/client/peer_test.go

11 lines
124 B
Go
Raw Normal View History

2022-09-06 09:30:45 +02:00
package client
2022-01-15 22:19:29 +01:00
import (
"testing"
)
func TestGetFromPublicKey(t *testing.T) {
id := CreateIdentity("test")
id.Save()
2022-01-15 22:19:29 +01:00
}