fix drand test

This commit is contained in:
Yusef Napora 2020-06-23 15:09:28 -04:00
parent 566a99240d
commit 960523f45f

View File

@ -10,7 +10,7 @@ import (
)
func TestPrintGroupInfo(t *testing.T) {
c, err := hclient.New(drandServers[0], nil, nil)
c, err := hclient.New(defaultConfig.Servers[0], nil, nil)
assert.NoError(t, err)
cg := c.(interface {
FetchChainInfo(groupHash []byte) (*dchain.Info, error)