This commit is contained in:
Ivan Danyliuk 2018-10-22 16:04:57 +02:00
parent b85e972c7e
commit 3812742380
No known key found for this signature in database
GPG Key ID: 97ED33CE024E1DBF
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ func TestGraphCreate(t *testing.T) {
f := NewFetcher(cluster, rpc)
ctx := context.Background()
nodes, err := f.Nodes(ctx, "", "eth.beta")
nodes, err := f.Nodes(ctx, "eth.beta")
if err != nil {
t.Fatal(err)
}