1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-28 08:47:42 +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"
)
func TestDaemonListener(t *testing.T) {
func TestInitializeDaemonListener(t *testing.T) {
priv, pub, err := ci.GenerateKeyPair(ci.RSA, 512)