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:
@ -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)
|
||||||
|
Reference in New Issue
Block a user