1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 01:12:24 +08:00

clarifying method name

This commit is contained in:
llSourcell
2014-09-18 12:28:56 -07:00
parent 8eb13eb6be
commit 8dd83ee17c

View File

@ -9,7 +9,7 @@ import (
identify "github.com/jbenet/go-ipfs/identify" identify "github.com/jbenet/go-ipfs/identify"
) )
func TestDaemonListener(t *testing.T) { func TestInitializeDaemonListener(t *testing.T) {
priv, pub, err := ci.GenerateKeyPair(ci.RSA, 512) priv, pub, err := ci.GenerateKeyPair(ci.RSA, 512)